From 96e6d0d3ba9fcd521343304b7f0cf83e382345d5 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 10 Sep 2023 11:24:40 +0200 Subject: [PATCH] =?UTF-8?q?Add=20signups=20allowed=20parameter=20f=C3=BCr?= =?UTF-8?q?=20vaultwarden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/zamba.conf.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index 1f33eef..c28569f 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -170,6 +170,10 @@ KOPANO_MAILGW="192.168.100.254" KOPANO_REPKEY="1234567890abcdefghijklmno" ############### vaultwarden Section ############### + +# Enable/disable signups (true/false) +VW_SIGNUPS_ALLOWED=false + # Hostname of your mailserver VW_SMTP_HOST=mail.bashclub.org