added security salt in default configuration
This commit is contained in:
parent
a77dcd1878
commit
856a72b0cc
|
@ -10,6 +10,7 @@ class DefaultConfig(object):
|
|||
DEBUG = False
|
||||
|
||||
SECRET_KEY = 'supersecret'
|
||||
SECURITY_PASSWORD_SALT = 'salty'
|
||||
|
||||
SECURITY_REGISTERABLE = False
|
||||
SECURITY_CHANGEABLE = True
|
||||
|
|
Loading…
Reference in New Issue
Block a user