Add missing invites_enabled and account_activation_required settings
authorMark Felder <feld@FreeBSD.org>
Sat, 22 Feb 2020 15:29:05 +0000 (09:29 -0600)
committerMark Felder <feld@FreeBSD.org>
Sat, 22 Feb 2020 15:29:05 +0000 (09:29 -0600)
config/config.exs

index 641b2c8673dfd56ef854d71a6e5e02d26c93ceda..42e2d06a84e0e14a6752e59c115b643e5c5cf566 100644 (file)
@@ -219,6 +219,8 @@ config :pleroma, :instance,
     max_expiration: 365 * 24 * 60 * 60
   },
   registrations_open: true,
+  invites_enabled: false,
+  account_activation_required: false,
   federating: true,
   federation_incoming_replies_max_depth: 100,
   federation_reachability_timeout_days: 7,