about summary refs log tree commit diff
path: root/wqflask/wqflask
diff options
context:
space:
mode:
authorPjotr Prins2018-03-20 11:02:25 +0000
committerPjotr Prins2018-03-26 09:29:29 +0000
commit7aae77762e47c9269591e138ab25320d3ed3a85f (patch)
tree1361829f13fe38e97f58168bff05fae443143285 /wqflask/wqflask
parente2339a0a491f1853b8411d499be1e08bf62a2da8 (diff)
downloadgenenetwork2-7aae77762e47c9269591e138ab25320d3ed3a85f.tar.gz
Refactor startup config for gunicorn and werkzeug
Diffstat (limited to 'wqflask/wqflask')
-rw-r--r--wqflask/wqflask/templates/new_security/login_user.html8
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>