mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-27 06:29:13 -06:00
* Make `SIGNUPS_DOMAINS_WHITELIST` override the `SIGNUPS_ALLOWED` setting. Otherwise, a common pitfall is to set `SIGNUPS_DOMAINS_WHITELIST` without realizing that `SIGNUPS_ALLOWED=false` must also be set. * Whitespace is now accepted in `SIGNUPS_DOMAINS_WHITELIST`. That is, `foo.com, bar.com` is now equivalent to `foo.com,bar.com`. * Add validation on `SIGNUPS_DOMAINS_WHITELIST`. For example, `foo.com,` is rejected as containing an empty token. |
||
|---|---|---|
| .. | ||
| core | ||
| admin.rs | ||
| icons.rs | ||
| identity.rs | ||
| mod.rs | ||
| notifications.rs | ||
| web.rs | ||