From 8996263675f568b9bfaef1e53b04adee093a513c Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Mon, 2 Nov 2020 22:31:10 -0800 Subject: [PATCH] Updated Disable registration of new users (markdown) --- Disable-registration-of-new-users.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Disable-registration-of-new-users.md b/Disable-registration-of-new-users.md index 1d6b641..a60cfde 100644 --- a/Disable-registration-of-new-users.md +++ b/Disable-registration-of-new-users.md @@ -8,6 +8,8 @@ docker run -d --name bitwarden \ bitwardenrs/server:latest ``` +Note that when `SIGNUPS_ALLOWED=false`, the `Create Account` button will still be shown in the web vault UI, but actually attempting to create an account will result in an error message. Upstream Bitwarden isn't designed to allow disabling signups, so this can't be worked around easily. + ## Disabling organization invitations Even when `SIGNUPS_ALLOWED=false`, an existing user who is an organization owner or admin can still invite new users. If you want to disable this as well, see [[Disable invitations|disable-invitations]].