
I'm building my android app and I have a question about account security. Now I have a code construct in my application that checks if the email/password has changed. Q: When should it be used? I currently have the functions of changing my nickname, bio, email, password in the application. Should this be checked at all? Or is it easier for the user himself through the application to end the sessions of devices that are hacked after changing the credentials?

hi there, let's see. So, why would you be needing that code construct ? probably when:
- to store data when email password changes or updates (like when user changes their password and or their emil
- also you could run regular checks from time to time to see if their data might have been compromised.
- nickname bio might not be that much important i think?
- maybe setup email notifactions telling user that this this data has been changed and compromised and then user can confirm or deny whether it was them who made the changes

do you have confusions ?

if so, let me know and we can discuss this more
Recommended threads
- Project stuck in read-only mode on free ...
Hi Appwrite team! I’m a student using the free plan, and my project (ID: 68e48f780001232ad879) is currently stuck in read-only mode. I can’t create or update ...
- Flutter OAuth2 Google Login – Redirect I...
i tried implementing OAuth2 Google Login in my app, and it works fine for the most part, the problem am facing is when i chose a google account to sign in/up wi...
- Cannot use Google Oauth in my Project
I tried to use Appwrite Google Oauth Provider in my app but had some troubles. I receives this error no matter what: error or success: 2025-09-21 18:50:33.845 3...
