From 2f138e337e338cb7627e440dc213900b059e72c5 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 23 Mar 2021 15:52:43 +0100 Subject: [PATCH] Fixed disableUserRegistration's value (#509) The value should be 'True' --- _articles/faqs/org-faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/faqs/org-faqs.md b/_articles/faqs/org-faqs.md index fbf9e617..0879e0a8 100644 --- a/_articles/faqs/org-faqs.md +++ b/_articles/faqs/org-faqs.md @@ -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