From db81220ff8cb2db1702b531e18e6db8d493a572a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 20:27:43 -0700 Subject: fix login display (google logo and disable orcid) --- python/fatcat_web/templates/auth_login.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python/fatcat_web/templates/auth_login.html b/python/fatcat_web/templates/auth_login.html index c63b4227..113b9e0d 100644 --- a/python/fatcat_web/templates/auth_login.html +++ b/python/fatcat_web/templates/auth_login.html @@ -37,18 +37,21 @@ Note that currently editor accounts are locked 1-to-1 with external identities. {% endif %} +{# not implemented in login pass yet #} {% if config.ORCID_CLIENT_ID %} - +{# #}

- + {# #} +
ORCiD -
via OpenID Connect
+ {#
via OpenID Connect
#} +
not implemented yet

-
+{# #} {% endif %} {% if config.WIKIPEDIA_CLIENT_ID %} @@ -83,7 +86,7 @@ Note that currently editor accounts are locked 1-to-1 with external identities.

- +
Github
via OpenID Connect
-- cgit v1.2.3