
Hi, Till now I am using Goolge OAuth as my only log in service. But there is server error due to which it is no more working. I am thinking of adding signup/login using email&password only. How will that work out with old users who used to logged in using google? And anything to keep in mind. I am sing version 0.15.3

You mean you're using AppWrite 0.15.3?

In the current ( 1.2.x
) version it is supported

Yes. So is it not supported in previous versions?

For what I can see when compering both versions logic
Current: https://github.com/appwrite/appwrite/blob/8b7dd6eaa68dddd59f432147c68d5f17f781bd07/app/controllers/api/account.php 0.15.3: https://github.com/appwrite/appwrite/blob/0.15.3/app/controllers/api/account.php
It's seems like it should work

Ok

Will try that. Thanks

How will that work out with old users who used to logged in using google? They'll probably have to use OAuth2 to log in and then you'll have to have them set a password using the Update Password API: https://appwrite.io/docs/client/account?sdk=web-default#accountUpdatePassword
Or they could go through the password reset flow

Hey @godfather do you need more help with this?

Hi, no it was solved

[SOLVED] Can I shift from Google OAuth login to email/password?
Recommended threads
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
- "Memberships privacy" setting in 1.7.4
Hi everyone, I'm experiencing an issue with a clean self-hosted installation of Appwrite version 1.7.4. I previously used version 1.6.1, and if I remember corre...
- Issue with Appwrite Function Execution –...
Hi all, I'm encountering an issue when calling an Appwrite function from my Flutter app. **Environment:** ```Flutter SDK: 3.27.3 Appwrite Flutter SDK: 16.1.0```...
