Revert "Revert "Disable registration in Noggin, for now""

This reverts commit 3c3545d483.
This commit is contained in:
Kevin Fenzi 2020-12-04 13:34:28 -08:00
parent 3c3545d483
commit 64bec37a00

View file

@ -42,3 +42,6 @@ SECRET_KEY = from_file('/etc/noggin-secrets/session').encode('utf-8')
# Spam checking
# BASSET_URL = None
# Disable registration until the account import is complete
REGISTRATION_OPEN = False