From b5cdbfeefb01ec28c5df0943af6fc8ce4e43de02 Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Tue, 13 Oct 2020 10:13:31 -0700 Subject: [PATCH] Add disable_password_auth to config docs --- admin/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/config.md b/admin/config.md index 12134d3..e5bc22b 100644 --- a/admin/config.md +++ b/admin/config.md @@ -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 | | `federation` | Whether or not federation via ActivityPub is enabled | 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.