From 87c0bfe9372a3af4dfc2fcc9c4f76a3b321900e4 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 7 Feb 2025 15:47:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F:=20remove=20signup=20on?= =?UTF-8?q?=20vaultwarden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/vaultwarden/templates/vaultwarden.env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!