I want to invite another tech to join the Organization of appwrite, not a team of a project.
Or if I want two Admin accounts, registering directly will result in an exception: {"message": "The current project has exceeded the maximum number of users: {"message": "The current project has exceeded the maximum number of users. please check your user limit in the Appwrite console.", "code":501, "type":" user_count_exceeded", "version": "1.3.4"}
Is there any way to add Admin users with any email address without using SMTP?
Is this self-hosted Appwrite?
In your .env file edit the _APP_CONSOLE_WHITELIST_ROOT change it to disabled.
_APP_CONSOLE_WHITELIST_ROOT=disabled
Then run
docker compose up -d
Doing so will let you create more admins through the Signup form.
After you've done it's best to change back to enabled
You can find all variables here. https://appwrite.io/docs/environment-variables#general
Thank you for your quick response!
[Closed]Can I Invite User to Organization Without SMTP
[SOLVED]Can I Invite User to Organization Without SMTP
It has been successfully registered, but the problem is still unresolved. After registering and logging in is a brand new app write backend, how should I add this account to the Organizations I created to manage the project together?
So you'll need to some of the part manually.
- Invite the user to your organization.
- Then connect to your Appwrite MariaDB Database.
- Look for a table named
_console_memebershipsand set theconfirmcolumn to1
Use this gist to learn how to access your Appwrite MariaDB database. https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7
Recommended threads
- Relationship data Not showing on update ...
Version : 1.9.0 OS/System : Windows10/Docker Database : MongoDB Clean Zero Installation The first thing I did in the testing process was create a category and...
- Event-triggered function executes but pr...
Hello! I'm running self-hosted Appwrite 1.9.0. I have a Dart function (tried both dart-3.5 and dart-3.10 runtimes) with these events configured: ```teams.staff...
- 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...