Self-hosted: Block new account creation?

I’ve created all of the user accounts I need on my self-hosted BW installation, and I’d like to prevent/block any new accounts from being created. Is there a way or setting to do this? Thx.

Hi,
you have to edit the file:

/opt/docker/bwdata/env/global.override.env

and ensure this line:

globalSettings__disableUserRegistration=true

Afterwards you have to:

./bitwarden.sh rebuild

You can see the registration form furthermore, but if you try to register, you will fail … a request to disable the registration button is already placed.

Sorry for my poor english

Regards,
A.

.@abyss02 – Thanks! Works great, much aprreciated.

This works but ideally I would like to hide the whole “Create Account” button as well as this.

Can I make this a Feature Request please?

Paully