From 97a3ada071d2e401a47858bab6476019564030ac Mon Sep 17 00:00:00 2001 From: Jianshu Wang Date: Fri, 31 Jan 2025 01:56:21 -0600 Subject: [PATCH] Updated Disable registration of new users (markdown) --- Disable-registration-of-new-users.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Disable-registration-of-new-users.md b/Disable-registration-of-new-users.md index ab9bc3b..dfa162b 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 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. +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. ## Disabling organization invitations @@ -28,4 +28,4 @@ You may also want to set `SIGNUPS_VERIFY=true`, which would require email verifi ## Invitations via the admin page -The vaultwarden admin can invite anyone via the [[admin page|Enabling-admin-page]], regardless of any of the restrictions above. \ No newline at end of file +The vaultwarden admin can invite anyone via the [[admin page|Enabling-admin-page]], regardless of any of the restrictions above. If SMTP is disabled, user should visit `https://example.com/#/register` and use the invited email to register. \ No newline at end of file