~jadedctrl/jam-xwx-moe

Showing details for patch be412c7666f9984a22614731911c9a358cb57e28.
2024-03-19 (Tue), 5:10 AM - - be412c7666f9984a22614731911c9a358cb57e28

Ekpostuligas aprobon de novaj kontoj

Summary of changes
1 files modified with 2 lines added and 1 lines removed
  • pleroma/prod.exs with 2 added and 1 removed lines
diff -rN -u old-jam-xwx-moe/pleroma/prod.exs new-jam-xwx-moe/pleroma/prod.exs
--- old-jam-xwx-moe/pleroma/prod.exs	2024-11-21 23:11:55.528291278 +0000
+++ new-jam-xwx-moe/pleroma/prod.exs	2024-11-21 23:11:55.528291278 +0000
@@ -37,7 +37,8 @@
   notify_email: "xwx@posteo.org",
   limit: 50000,
   registrations_open: true,
-  max_pinned_statuses: 25
+  max_pinned_statuses: 25,
+  account_approval_required: true
 
 config :pleroma, :instance, static_dir: "/opt/pleroma/instance/static"
 config :pleroma, Pleroma.Uploaders.Local, uploads: "/opt/pleroma/uploads"