Updated Disable registration of new users (markdown)

Jianshu Wang
2025-01-31 01:56:21 -06:00
parent 85d68a500d
commit 97a3ada071

@@ -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.
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.