From 120f144f0eb014e694a584a627c8b17856da5b51 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 4 Sep 2021 22:48:23 +1000 Subject: Disable registrations by default due to spam. --- mediagoblin.example.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mediagoblin.example.ini') diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini index 6da625b6..1a2216a5 100644 --- a/mediagoblin.example.ini +++ b/mediagoblin.example.ini @@ -27,8 +27,9 @@ email_debug_mode = true # email_smtp_host = "" # email_smtp_port = 0 -# Set to false to disable registrations -allow_registration = true +# Set to true to enable registrations. We recommend reading "Should I Keep Open +# Registration Enabled?" in the production deployment documentation first. +allow_registration = false # Set to false to disable the ability for users to report offensive content allow_reporting = true -- cgit v1.2.3