mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
fix type in disable_user_create_org
This commit is contained in:
parent
126de335d3
commit
4b6c2f720d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue