Rank 2: Process
Hi! I'm working on providing a way for the user to delete their account. On the "Delete account" page I'd like the user to enter their password for verification purposes before their account can be deleted.
If the user enters the right password then their account will be deleted. Otherwise it won't.
I checked the Users API section of the Appwrite documentation and also here on Discord. But I couldn't find anything on it. ☹ Does anyone know how to check user's password for verification purposes?