fix typo in disable_signup_without_invite

This commit is contained in:
Milo Schwartz 2025-01-16 12:39:49 -05:00
parent 13e3753cfc
commit 126de335d3
No known key found for this signature in database

View file

@ -147,8 +147,8 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou
- `require_email_verification`: boolean - `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. - 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. - Only turn this on if you have email configured.
- `signup_without_invite`: boolean - `disable_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. - 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. - Users will still be able to sign up if they have a valid invite.
- `disable_user_create_org`: boolean - `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 `false`, users will not be able to create new organizations.