aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg
diff options
context:
space:
mode:
authorSam2013-06-21 21:33:01 +0000
committerSam2013-06-21 21:33:01 +0000
commita9960c6e0b99e3641d309d22af9f1be77d738c3f (patch)
treeb2a1b7fe8ca80ab9f0f85b95c8203d03a1df47b0 /wqflask/cfg
parenteb178fd3cf246f8b9f71285280bee4f843e0d6ab (diff)
downloadgenenetwork2-a9960c6e0b99e3641d309d22af9f1be77d738c3f.tar.gz
Added a thank you for siging in message
Fixed issues where homepage was reloaded in modal after siging in
Diffstat (limited to 'wqflask/cfg')
-rw-r--r--wqflask/cfg/default_settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py
index 96f7f1a5..e638a9c0 100644
--- a/wqflask/cfg/default_settings.py
+++ b/wqflask/cfg/default_settings.py
@@ -13,3 +13,5 @@ SECURITY_REGISTERABLE = True
SECURITY_RECOVERABLE = True
SECURITY_EMAIL_SENDER = "no-reply@genenetwork.org"
+
+SECURITY_POST_LOGIN_VIEW = "/thank_you"