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
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...