I have a registered user in Appwrite console. Now I want to add another new user to login to the console but it's saying the user limit has exceeded. How to fix this or configure this to have multiple users?
It have one user per env what you can do is, you can add user in your org via logging into console... and you will see + invite button
you can only invite if you have added SMTP in your .env else it won't.
What if I don't have SMTP enabled? Do I have to re install the appwrite instance again? Is there a way to just clear the volume and start from the first?
you have to added SMTP in your .env and then re-deploy the same code as you did earlier nothing complex here
I don't have actually any SMTP provider right now. Is there other way without SMTP way?
actully g-mail does provide SMTP
you can create random gmail or use your personal gmail
it's actully nothing complicated, it's like sending mail to another person with magic link. But instead of doing via gmail, it get done via SMTP. You can google how to find SMTP for my gmail account, there are ton of articles
Ok, thanks for the guideline. Will check that.
Recommended threads
- Migration Pending version 1.9.0 self Hos...
I am trying to use the migration feature, my migration has been sitting in a "pending" state for 5 hours now? this is all that is in the "logs" { "$id": "69c...
- Redis exception after failed upgrade
After attempting an Update from 1.8.1 to 1.9.0 where i accidentally typed 1.8.0 I've encountered multiple issues with my appwrite instance all of which resultin...
- I lost my account, only thing i have is ...
So i had this project on appwrite for my web project called Islami zindagi, but i havent used it in a while, now i tried to login, but i could not remember the ...