
User option 1: I am trying to build a Password recovery workflow like sending email with an OTP code to user and verify that and then change the password of user. Is it possible to change the user password without secret because i would not have any secret. Because i am not using the appwrite send email function. Is their any otherway as well to change the user password.
User option 2: I want to give the user to change their password by writing their existing password. Can i change the user password like this? For this i also need like changing the password without secret.

Ok i found a function in Users Api which i can solve my problem users.updatePassword()

[SOLVED] password recovery
Recommended threads
- Issue in saving special character ' ╟ '...
I've created a chat application using Appwrite. However, when users try to save code that contains the character '╟', an internal server error occurs. Interesti...
- Auth issue: 401 general_unauthorized_sco...
Hello, I face a big problem with Appwrite Auth that I never face before. It's very simple, the most basic auth process just don't work ```dart final client = ...
- Need help on Flutter OAuth2
Am trying to use Appwrite OAuth (google, apple and facebook), am been on it for sometimes now which have tried many things but still not able to make it work: ...
