diff --git a/Disable-registration-of-new-users.md b/Disable-registration-of-new-users.md index dfa162b..5ef4979 100644 --- a/Disable-registration-of-new-users.md +++ b/Disable-registration-of-new-users.md @@ -8,7 +8,7 @@ docker run -d --name bitwarden \ vaultwarden/server:latest ``` -Note that when `SIGNUPS_ALLOWED=false`, the `Create Account` button will not be shown in the web vault UI. Invitation is still possible regardless of this settings. +Note that when `SIGNUPS_ALLOWED=false` (and the `SIGNUPS_DOMAINS_WHITELIST` is empty) the `Create Account` link will be hidden in the web vault UI unless you have not [configured email](https://github.com/dani-garcia/vaultwarden/wiki/SMTP-Configuration) and allow invitations. If you don't want to have the link visible even in the latter case you can hide the link by using [Custom CSS](https://github.com/dani-garcia/vaultwarden/wiki/Customize-Vaultwarden-CSS). ## Disabling organization invitations