0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 19:38:25 +02:00

Updated Disable registration of new users (markdown)

Jeremy Lin 2020-11-02 22:31:10 -08:00
parent 692712c721
commit 8996263675

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