Add disable_password_auth to config docs

This commit is contained in:
Darius Kazemi 2020-10-13 10:13:31 -07:00 committed by GitHub
parent 0538d9f91b
commit b5cdbfeefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ The following fields are valid in the `[app]` section of your configuration file
| `min_username_len` | Minimum required length of usernames | 3 | | `min_username_len` | Minimum required length of usernames | 3 |
| `federation` | Whether or not federation via ActivityPub is enabled | true | | `federation` | Whether or not federation via ActivityPub is enabled | true |
| `public_stats` | Whether or not usage stats are made public via NodeInfo | true | | `public_stats` | Whether or not usage stats are made public via NodeInfo | true |
| `disable_password_auth` | Whether or not new users can sign up via the landing page. Useful if you want to limit new users to your OAuth provider. | false |
These fields can always be set, but only apply to **multi-user** instances. These fields can always be set, but only apply to **multi-user** instances.