1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00
appwrite/app
Steven Nguyen bcd44432d1
Don't set password when oauth2 creates a user
Setting a password can cause problems with other APIs that expect the
password to be null. In addition, it doesn't match the implementation
for the other APIs that create a user without a password (Create Magic
URL Session, Create Phone Session, Create Anonymous Session, etc).
2023-08-04 15:07:36 -07:00
..
assets
config Separate OAuth2 info from Sessions into Identities 2023-08-04 15:07:36 -07:00
console@cd583f44f7 Fix template issues 2023-08-04 10:56:46 +02:00
controllers Don't set password when oauth2 creates a user 2023-08-04 15:07:36 -07:00
views Merge branch 'feat-db-pools-master' into feat-executor-v3 2023-05-11 21:59:49 +02:00
workers Ensure a user's identities are deleted when user is deleted 2023-08-04 15:07:36 -07:00
cli.php
http.php PR review changes 2023-08-04 07:59:23 +02:00
init.php Remove vcs prefix 2023-07-30 21:10:25 +02:00
preload.php
realtime.php addressing comments 2023-02-06 09:58:10 +02:00
worker.php