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
- Users Create Event Not Triggered
- My deployment status is active and it sh...
{ "motto": "Build like a team of hundreds_", "learn": "https://appwrite.io/docs", "connect": "https://appwrite.io/discord", "getInspired": "https://builtwith.ap...
- Payload Does Not Include Attributes Link...
Hello, I'm using Appwrite's real-time subscriptions to listen for updates in the matches collection. However, when a match document is updated, the payload doe...