diff options
author | pjotrp | 2016-02-13 12:21:07 +0100 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 08:16:48 +0000 |
commit | 82f731d11a870262b5d4ed693b86d7dcc40493a1 (patch) | |
tree | 486373bac084dc15b4baedc316b1d59776b76626 /etc/default_settings.py | |
parent | e1cdb11c211394472e2f8cdd033fd0f93dbf5cea (diff) | |
download | genenetwork2-82f731d11a870262b5d4ed693b86d7dcc40493a1.tar.gz |
* ./bin/genenetwork2: New file
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r-- | etc/default_settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index 7aa24fce..0c7d7bad 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -12,7 +12,6 @@ SECURITY_CONFIRMABLE = True SECURITY_TRACKABLE = True SECURITY_REGISTERABLE = True SECURITY_RECOVERABLE = True - SECURITY_EMAIL_SENDER = "no-reply@genenetwork.org" SECURITY_POST_LOGIN_VIEW = "/thank_you" SQLALCHEMY_POOL_RECYCLE = 3600 |