aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-07-12 20:14:57 -0500
committerAlex Gleason <alex@alexgleason.me>2020-07-12 20:27:58 -0500
commit51ab8d0128970dd7458e93578acb36c20b1c185c (patch)
tree5cd4e534b687b6a55ea264bab547484fe801879a /docs/configuration
parenta62f17da17fbebf817796b0278060abe2829c903 (diff)
downloadpleroma-51ab8d0128970dd7458e93578acb36c20b1c185c.tar.gz
Add `account_approval_required` instance setting
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index f796330f1..94389152e 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -33,6 +33,7 @@ To add configuration to your config file, you can copy it from the base config.
* `registrations_open`: Enable registrations for anyone, invitations can be enabled when false.
* `invites_enabled`: Enable user invitations for admins (depends on `registrations_open: false`).
* `account_activation_required`: Require users to confirm their emails before signing in.
+* `account_approval_required`: Require users to be manually approved by an admin before signing in.
* `federating`: Enable federation with other instances.
* `federation_incoming_replies_max_depth`: Max. depth of reply-to activities fetching on incoming federation, to prevent out-of-memory situations while fetching very long threads. If set to `nil`, threads of any depth will be fetched. Lower this value if you experience out-of-memory crashes.
* `federation_reachability_timeout_days`: Timeout (in days) of each external federation target being unreachable prior to pausing federating to it.