#How to create a new user in Appwrite Console?

1 messages · Page 1 of 1 (latest)

hollow mica
#

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?

dreamy heath
#

you can only invite if you have added SMTP in your .env else it won't.

hollow mica
#

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?

dreamy heath
hollow mica
#

I don't have actually any SMTP provider right now. Is there other way without SMTP way?

dreamy heath
#

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

hollow mica
#

Ok, thanks for the guideline. Will check that.