From 126de335d35eaebbc6317270ab9ff82f5441de6a Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Thu, 16 Jan 2025 12:39:49 -0500 Subject: [PATCH] fix typo in disable_signup_without_invite --- .../docusaurus/docs/03-Pangolin/02-Configuration/02-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3313d1e..2ad58be 100644 --- a/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md +++ b/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md @@ -147,8 +147,8 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou - `require_email_verification`: boolean - Whether to require email verification for new users. If set to `true`, new users will need to verify their email address before they can log in. - Only turn this on if you have email configured. -- `signup_without_invite`: boolean - - Whether to allow users to sign up without an invite. If set to `false`, the "Sign Up" button will be removed from the login form. +- `disable_signup_without_invite`: boolean + - 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.