Make approval required the default
This commit is contained in:
parent
dd9d44fb5d
commit
b996b87455
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue