Disable registrations by default due to spam.

This commit is contained in:
Ben Sturmfels
2021-09-04 22:48:23 +10:00
parent 00fb2b3d9b
commit 120f144f0e
5 changed files with 22 additions and 15 deletions

View File

@@ -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)