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
- Avatar URLs are using server IP address ...
Issue: Avatar URLs are using server IP address instead of configured domain Environment: Appwrite Version: 1.8.0 Setup: Self-hosted on Google Compute Engine wi...
- Function execution queue is "Clogged"
Hello, I made the very stupid mistake of creating a function that executes itself every time it fails. Naturally it failed a lot. Now, I can't execute any other...
- Database issues after update from 1.7.2 ...
I just updated my appwrite installation to 1.8.0. The install script went over without any issues and said installed successfully. But this is what the docker l...