diff options
author | Pjotr Prins | 2018-03-20 11:02:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-03-20 11:02:25 +0000 |
commit | afd8d38c19be78b7e962f4edea0972ac3f48c25d (patch) | |
tree | a1e87ced6efc40eebcf2e22ac9dd3b9ccfb0204a /wqflask/wqflask | |
parent | ab369995d4a16de5d20123192279e32658f870a0 (diff) | |
download | genenetwork2-afd8d38c19be78b7e962f4edea0972ac3f48c25d.tar.gz |
Refactor startup config for gunicorn and werkzeug
Diffstat (limited to 'wqflask/wqflask')
-rw-r--r-- | wqflask/wqflask/templates/new_security/login_user.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/new_security/login_user.html b/wqflask/wqflask/templates/new_security/login_user.html index 6d597f6b..949760b6 100644 --- a/wqflask/wqflask/templates/new_security/login_user.html +++ b/wqflask/wqflask/templates/new_security/login_user.html @@ -15,7 +15,6 @@ <h4>Don't have an account?</h4> - {% if es_server: %} <a href="/n/register" class="btn btn-primary modalize">Create a new account</a> {% else: %} @@ -92,6 +91,13 @@ Please try again later.</p> </div> {% endif %} + {% if not es_server and not external_login: %} + <hr> + <div class="alert alert-warning"> + Note: it is safe to use GeneNetwork without a login. Login is only required for keeping track of + collections and getting access to some types of restricted data. + </div> + {% endif %} </div> </div> |