diff options
author | Zachary Sloan | 2013-03-22 23:29:55 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-03-22 23:29:55 +0000 |
commit | 05f4cfc55a6473cb438ce0059d6d37f913abcb01 (patch) | |
tree | 6f72ee7498d802e79051f054570ff9b278876f5a /wqflask/cfg | |
parent | b0cb34e8e4ddf09b0cfe3081439610c6f6d0341c (diff) | |
download | genenetwork2-05f4cfc55a6473cb438ce0059d6d37f913abcb01.tar.gz |
Began creating templates for login/registration
Diffstat (limited to 'wqflask/cfg')
-rw-r--r-- | wqflask/cfg/default_settings.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index 53b5a96e..a575a3bd 100644 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -4,5 +4,8 @@ LOGFILE = """/tmp/flask_gn_log""" #400 bad request response with no exception/log TRAP_BAD_REQUEST_ERRORS = True -#SECURITY_CONFIRMABLE = True -SECURITY_TRACKABLE = True
\ No newline at end of file +# http://pythonhosted.org/Flask-Security/configuration.html +SECURITY_CONFIRMABLE = True +SECURITY_TRACKABLE = True +SECURITY_REGISTERABLE = True +SECURITY_RECOVERABLE = True |