Disable registration in Noggin, for now
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
cb4bb12298
commit
ba812732c2
1 changed files with 3 additions and 0 deletions
|
@ -40,3 +40,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue