mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #953] Signup Domain Whitelist doesn't work #677
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#677
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AKDingfeld on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/953
Subject of the issue
I can register accounts from domains that are not set on my whitelist in docker-compose file or admin-center.
Your environment
Steps to reproduce
I added
- SIGNUPS_DOMAINS_WHITELIST=mydomain.orgas environment variable to my docker-compose file. After restart i tried to register new accounts using the normal register form. I Tried some E-Mails like test@notmydomain.orgI added some domains in the whitelist in the admin-center with the same result.
Expected behaviour
The registration should be blocked due to the whitelist.
Actual behaviour
The registration worked.
Relevant logs
@jjlin commented on GitHub (Apr 10, 2020):
Most likely you also need to set
SIGNUPS_ALLOWED=false, as mentioned in https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users.#957 should avoid this confusion, though.
@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.