I have 2 use cases where i need to verify a users password outside of login,
e.g. Updating user account data (such as name, or prefs, or data in a users database connected to the user)
I want it to prompt for user password before saving the changes, but i have not found a way to do that yet, right now i am playing with doing a change of phone/email to force it, but I am not too fond of this approach
right now i am using password update, to update it to the same password for verification
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...