Disable registrations by default due to spam.
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=True)
|
||||
allow_registration = boolean(default=False)
|
||||
|
||||
# tag parsing
|
||||
tags_max_length = integer(default=255)
|
||||
|
||||
Reference in New Issue
Block a user