mirror of
https://github.com/bitwarden/help
synced 2025-12-31 07:33:36 +00:00
Fixed disableUserRegistration's value (#509)
The value should be 'True'
This commit is contained in:
@@ -41,7 +41,7 @@ Paid Organizations (Families, Teams, or Enterprise) automatically include premiu
|
||||
|
||||
### Q: Can I prevent users from self-registering into my Organization?
|
||||
|
||||
**A:** If you're self-hosting, [configure the environment variable]({% link _articles/hosting/environment-variables.md %}) `globalSettings__disableUserRegistration=` to `false` to prevent users from signing up for an account via the Registration page. Once configured, Organization Admins or Owners must invite users to signup for an account on the self-hosted instance.
|
||||
**A:** If you're self-hosting, [configure the environment variable]({% link _articles/hosting/environment-variables.md %}) `globalSettings__disableUserRegistration=` to `true` to prevent users from signing up for an account via the Registration page. Once configured, Organization Admins or Owners must invite users to signup for an account on the self-hosted instance.
|
||||
|
||||
## Sharing with an Organization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user