The SIGNUPS_ALLOWED variable is ignored. #3556

Closed
opened 2026-04-06 04:58:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @JacobCZ on 2/5/2019

When I try to run the docker image with the SIGNUPS_ALLOWED set to false like so:

docker run -d --name bitwarden \                                                                                                                                      
  2   -e SIGNUPS_ALLOWED=false \                                                                                                                                          
  3   -e INVITATIONS_ALLOWED=false \                                                                                                                                      
  5   -v /bw-data/:/data/ \                                                                                                                                               
  6   -p 8666:80 \                                                                                                                                                        
  7   mprasil/bitwarden:latest

the signup button is still there and users can still create an account.

I'm running BW version 2.8.0 on Ubuntu 18.04.1 (4.15.0-34) and docker version 18.09.1

*Originally created by @JacobCZ on 2/5/2019* When I try to run the docker image with the SIGNUPS_ALLOWED set to false like so: ``` docker run -d --name bitwarden \ 2 -e SIGNUPS_ALLOWED=false \ 3 -e INVITATIONS_ALLOWED=false \ 5 -v /bw-data/:/data/ \ 6 -p 8666:80 \ 7 mprasil/bitwarden:latest ``` the signup button is still there and users can still create an account. I'm running BW version 2.8.0 on Ubuntu 18.04.1 (4.15.0-34) and docker version 18.09.1
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#3556