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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...