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:
Ben Sturmfels
2021-09-12 22:51:15 +10:00
parent 78b36373b4
commit 54c610b5fe
5 changed files with 15 additions and 22 deletions

View File

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