I don't want anyone on internet being able to register on my instance of AppWrite. Yes, I can limit access to particular projects in Security, but still anyone can register on my instance and create new projects.
Ah, just found env variable: _APP_CONSOLE_WHITELIST_ROOT This option allows you to disable the creation of new users on the Appwrite console. When enabled only 1 user will be able to use the registration form. New users can be added by inviting them to your project. By default this option is enabled. https://appwrite.io/docs/advanced/self-hosting/environment-variables#general
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...