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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...