aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg
diff options
context:
space:
mode:
authorSam2013-05-23 00:22:54 +0000
committerSam2013-05-23 00:22:54 +0000
commit7eb9f5d12389df0ef7440a82df0be9bd1119847e (patch)
tree3e81009fa50e1de0bdb10064695cb6179eb94be6 /wqflask/cfg
parent66e8d76ea34b6784a451abe3223eb13107d4307f (diff)
downloadgenenetwork2-7eb9f5d12389df0ef7440a82df0be9bd1119847e.tar.gz
Lots of changes around users
Diffstat (limited to 'wqflask/cfg')
-rw-r--r--wqflask/cfg/default_settings.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py
index d0713e4d..96f7f1a5 100644
--- a/wqflask/cfg/default_settings.py
+++ b/wqflask/cfg/default_settings.py
@@ -3,7 +3,7 @@ LOGFILE = """/tmp/flask_gn_log"""
SERVER_PORT = 5000
#This is needed because Flask turns key errors into a
-#400 bad request response with no exception/log
+#400 bad request response with no exception/log
TRAP_BAD_REQUEST_ERRORS = True
# http://pythonhosted.org/Flask-Security/configuration.html
@@ -11,3 +11,5 @@ SECURITY_CONFIRMABLE = True
SECURITY_TRACKABLE = True
SECURITY_REGISTERABLE = True
SECURITY_RECOVERABLE = True
+
+SECURITY_EMAIL_SENDER = "no-reply@genenetwork.org"