0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-28 05:18:59 +02:00

mention SIGNUPS_DOMAINS_WHITELIST

Jeremy Lin 2020-02-06 00:25:13 -08:00
parent a339d19904
commit 30feacea31

@ -8,3 +8,10 @@ docker run -d --name bitwarden \
bitwardenrs/server:latest bitwardenrs/server:latest
``` ```
Note: While users can't register on their own, they can still be invited by already registered users. See [[Disable invitations|disable-invitations]] if you also want to disable that. Note: While users can't register on their own, they can still be invited by already registered users. See [[Disable invitations|disable-invitations]] if you also want to disable that.
You can also disable registration except for email addresses from certain domains. For example:
* `SIGNUPS_DOMAINS_WHITELIST=example.com` (single domain)
* `SIGNUPS_DOMAINS_WHITELIST=example.com,example.net,example.org` (multiple domains)
You still need to set `SIGNUPS_ALLOWED=false`. Also, see [#728](https://github.com/dani-garcia/bitwarden_rs/pull/728) for caveats.