Hey everyone,
I made a really unfortunate mistake and I'm hoping someone here might have some advice. When I originally signed up for Appwrite, I accidentally made a typo in my email address (I missed a single letter). Because my password manager saved the login details automatically and I only log in occasionally, I never noticed the typo until now.
Now I can't log into the web dashboard anymore. Every time I try, it sends a verification email to that incorrect address, which I obviously can't access or verify.
The catch is: I currently still have access to my account via the CLI. However, I can't seem to make any changes there (like updating the email or deleting a project).
Has anyone ever dealt with this? Is there any clever CLI trick to force an email update without the verification, or is my only option to contact official support to get the email changed on their end?
Any help or ideas would be greatly appreciated!
Recommended threads
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...
- Flutter SDK broken by cloud.
Today I woke up to find all my flutter amd appwrite projects not working due to the sdk throwing error "Type "String" is not a subtype of "int"". Something chan...
- Database listRows method call failing in...
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of...