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
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Suspicious access pattern detected when ...
Hello, I am having trouble restoring my project. In the past it worked with no problems, but today I get an error "Suspicious access pattern detected". How can ...