What is the correct way to use this var? Can i use the domain only (@domain.com) or should i put the full e-mail address (user@domain.com)? Can i use star (*@domain.com)?
For now Appwrite check the whole email address, so you'll need to insert the full email addresses
You can see more about in the code here https://github.com/appwrite/appwrite/blob/master/app/controllers/api/account.php#L83
It's sounds like a good idea, I didn't find any issue on that topic, so it might by good to open one.
Recommended threads
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! π We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...