Make approval required the default

This commit is contained in:
Alex Gleason 2022-12-06 10:17:31 -06:00
parent dd9d44fb5d
commit b996b87455
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 1 deletions

View file

@ -188,7 +188,7 @@
registrations_open: true,
invites_enabled: false,
account_activation_required: false,
account_approval_required: false,
account_approval_required: true,
federating: true,
federation_incoming_replies_max_depth: 100,
federation_reachability_timeout_days: 7,

View file

@ -38,6 +38,7 @@
notify_email: "noreply@example.com",
skip_thread_containment: false,
federating: false,
account_approval_required: false,
external_user_synchronization: false,
static_dir: "test/instance_static/"