diff --git a/roles/vaultwarden/templates/vaultwarden.env.j2 b/roles/vaultwarden/templates/vaultwarden.env.j2 index 5603812..28b2c2b 100644 --- a/roles/vaultwarden/templates/vaultwarden.env.j2 +++ b/roles/vaultwarden/templates/vaultwarden.env.j2 @@ -226,7 +226,7 @@ WEB_VAULT_FOLDER=/usr/share/vaultwarden-web-vault/ # DISABLE_ICON_DOWNLOAD=false ## Controls if new users can register -# SIGNUPS_ALLOWED=true +SIGNUPS_ALLOWED=false ## Controls if new users need to verify their email address upon registration ## Note that setting this option to true prevents logins until the email address has been verified!