Revert "Disable registration in Noggin, for now"

This reverts commit ba812732c2.
This commit is contained in:
Kevin Fenzi 2020-12-04 12:30:23 -08:00
parent ddb13e640a
commit 3c3545d483

View file

@ -42,6 +42,3 @@ 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