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 120f144f0e.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user