1
0
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:
Alex
2021-03-23 15:52:43 +01:00
committed by GitHub
parent d8ffcc9fa9
commit 2f138e337e

View File

@@ -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