diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-12 22:51:15 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-12 22:51:51 +1000 |
commit | 54c610b5fee919acc8b70e86ea8449ed8acbc9f4 (patch) | |
tree | bf0dfcdca9bce62372b2d7d5c4e1b7ea159049a3 /mediagoblin | |
parent | 78b36373b4c80290033d42f5ad9a364dd91e18c1 (diff) | |
download | mediagoblin-54c610b5fee919acc8b70e86ea8449ed8acbc9f4.tar.lz mediagoblin-54c610b5fee919acc8b70e86ea8449ed8acbc9f4.tar.xz mediagoblin-54c610b5fee919acc8b70e86ea8449ed8acbc9f4.zip |
Revert "Disable registrations by default due to spam."
Turns out this breaks tests. Will attempt again when I have time to deal with
the tests.
This reverts commit 120f144f0eb014e694a584a627c8b17856da5b51.
Diffstat (limited to 'mediagoblin')
-rw-r--r-- | mediagoblin/config_spec.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 80e7f268..9025a436 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -50,7 +50,7 @@ email_smtp_pass = string(default=None) # Set to false to disable registrations -allow_registration = boolean(default=False) +allow_registration = boolean(default=True) # tag parsing tags_max_length = integer(default=255) |