mirror of
https://github.com/fosrl/docs.git
synced 2025-05-17 07:27:57 +01:00
fix typo in disable_signup_without_invite
This commit is contained in:
parent
13e3753cfc
commit
126de335d3
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue