From 4b6c2f720d087ab7dfe48f2074171413e4ab80e6 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Thu, 16 Jan 2025 12:43:37 -0500 Subject: [PATCH] fix type in disable_user_create_org --- .../docusaurus/docs/03-Pangolin/02-Configuration/02-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md b/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md index 2ad58be..733ffdb 100644 --- a/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md +++ b/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md @@ -151,7 +151,7 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou - Whether to allow users to sign up without an explicit invite. If set to `true`, the "Sign Up" button will be removed from the login form. - Users will still be able to sign up if they have a valid invite. - `disable_user_create_org`: boolean - - Whether to allow users to create new organizations. If set to `false`, users will not be able to create new organizations. + - Whether to allow users to create new organizations. If set to `true`, users will not be able to create new organizations. - The server admin can always create new organizations. ## Example Configuration File