diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-04 22:48:23 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-04 22:48:23 +1000 |
commit | 120f144f0eb014e694a584a627c8b17856da5b51 (patch) | |
tree | 6f10abf7f055de38abffc19a3828be39c5d123be /mediagoblin.example.ini | |
parent | 00fb2b3d9b0fe3f1f12cb205be743b9b4c5a32df (diff) | |
download | mediagoblin-120f144f0eb014e694a584a627c8b17856da5b51.tar.lz mediagoblin-120f144f0eb014e694a584a627c8b17856da5b51.tar.xz mediagoblin-120f144f0eb014e694a584a627c8b17856da5b51.zip |
Disable registrations by default due to spam.
Diffstat (limited to 'mediagoblin.example.ini')
-rw-r--r-- | mediagoblin.example.ini | 5 |
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 |