using appwrite 1.6.0, want to configure _APP_CONSOLE_WHITELIST_EMAILS. Do i add a comma separated list values?
dont want to disable _APP_CONSOLE_WHITELIST_ROOT as the service is on the web
Example - _APP_CONSOLE_WHITELIST_EMAILS=stuff@stuff.com,stuff2@stuff.com
I think yes, it should be like that 👀
but thats not working 😦
should i disable root and then add the whitelist emails?
What do you mean by not working?
You can't register those emails?
should it be this? _APP_CONSOLE_WHITELIST_ROOT=disabled _APP_CONSOLE_WHITELIST_EMAILS=stuff1@gmail.com,stuff2@gmail.com
nope
Do you have recreated the containers?
when i try to create the user
yes i restarted the containers after changing the .env file
I recreate the full compose file?
Nope
Run the docker compose up -d command
After changing the .env file
docker-compose stop
docker-compose up -d --remove-orphans
this is what i did
I see. You could try to set that variable to disabled, register the user, then set it back to enabled/empty
yes because when i had it enabled, and created users from it i can still loginto those users
ill try this?
also is there any way i could see all the users created in the container?
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...