Dear @Appwrite I used one of my Email account (hassanmrwt@gmail.com) for Cloud but that is not in my access now. System is prompting me to verify Email but I can't due to losing access to my Email Account.
I have another Account (appwrite12@gmail.com) but when I try to Login or try to reset it it doesn't found my Email.
Need Your Help 🙏
which cloud service did you use?
Just database
Access the Appwrite server database (PostgreSQL or MariaDB). Find the users collection/table. Locate the document or row for hassanmrwt@gmail.com. Change the field "emailVerification" from false → true. Restart the Appwrite server (if needed) Log in again it should now skip the verification step.
Recommended threads
- Added Custom Domain - API requests with ...
I've added in a custom domain to Appwrite my domain itself is on cloudflare but has Appwrite name servers added and confirmed they work, I added the CAA in clou...
- Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api c...
- Bug Report: type generation for enum of ...
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...