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?
Summary
User wants to invite a user to their Appwrite organization without using SMTP. Solutions provided are:
1. Manually invite the user to the organization and set the confirm column in the _console_memberships table to 1 in the Appwrite MariaDB Database.
2. Edit the _APP_CONSOLE_WHITELIST_ROOT variable in the .env file to "disabled" and then run "docker compose up -d" to create more admins through the Signup form. Change it back to "enabled" after adding admins.
3. The user should check the user limit in the Appwrite console and ensure it has not been exceeded.
4.
Binyamin
May 25, 2023, 14:03
Is this self-hosted Appwrite?
Binyamin
May 25, 2023, 14:05
In your .env file edit the _APP_CONSOLE_WHITELIST_ROOT change it to disabled.
.env
_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
[Closed]Can I Invite User to Organization Without SMTP
Milukun
Rank 2: Process
May 25, 2023, 14:08
[SOLVED]Can I Invite User to Organization Without SMTP
Milukun
Rank 2: Process
May 25, 2023, 14:18
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?
Binyamin
May 25, 2023, 14:23
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_memeberships and set the confirm column to 1