From ebbc8c67c13b44df98ea3c2b355e86f77572543b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 16 Apr 2018 15:02:16 +0000 Subject: login messages improved --- wqflask/wqflask/templates/new_security/login_user.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/new_security/login_user.html b/wqflask/wqflask/templates/new_security/login_user.html index 4a857c60..27b20ebf 100644 --- a/wqflask/wqflask/templates/new_security/login_user.html +++ b/wqflask/wqflask/templates/new_security/login_user.html @@ -31,16 +31,19 @@
{% if external_login["github"]: %} Login with Github + {% else %} +

Github login is not available right now

{% endif %} {% if external_login["orcid"]: %} Login with ORCID + {% else %} +

ORCID login is not available right now

{% endif %}
{% else: %}
-

You cannot login with external services at this time.
- Please try again later.

+

Sorry, you cannot login with Github or ORCID at this time.

{% endif %}
-- cgit v1.2.3