1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00
appwrite/app/controllers/api
Steven Nguyen b9c2b9322f
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-02 15:36:06 -07:00
..
account.php Don't set password when oauth2 creates a user 2023-08-02 15:36:06 -07:00
avatars.php Merge pull request #5004 from appwrite/feat-remove-validators 2023-01-26 16:03:06 +05:30
console.php fix: steven review 2023-03-31 22:48:34 +02:00
databases.php Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
functions.php Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
graphql.php fix: graphql 2023-03-01 18:13:34 +05:30
health.php Migrate all exceptions to new signature 2022-07-26 15:24:32 +01:00
locale.php fix spec 2023-04-18 02:11:08 +00:00
projects.php Merge pull request #5199 from appwrite/feat-custom-smtp 2023-07-20 07:09:11 +03:00
storage.php Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
teams.php Separate OAuth2 info from Sessions into Identities 2023-08-02 15:36:06 -07:00
users.php Separate OAuth2 info from Sessions into Identities 2023-08-02 15:36:06 -07:00