mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-27 20:49:45 +01:00
Created Disable registration of new users (markdown)
parent
ceecf54fcb
commit
e35473472b
10
Disable-registration-of-new-users.md
Normal file
10
Disable-registration-of-new-users.md
Normal file
@ -0,0 +1,10 @@
|
||||
By default new users can register, if you want to disable that, set the `SIGNUPS_ALLOWED` env variable to `false`:
|
||||
|
||||
```sh
|
||||
docker run -d --name bitwarden \
|
||||
-e SIGNUPS_ALLOWED=false \
|
||||
-v /bw-data/:/data/ \
|
||||
-p 80:80 \
|
||||
mprasil/bitwarden: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.
|
Loading…
Reference in New Issue
Block a user