aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.example.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin.example.ini')
-rw-r--r--mediagoblin.example.ini5
1 files changed, 3 insertions, 2 deletions
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