diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 17:47:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 17:47:43 -0700 |
commit | 7022773e8f3decbe80c37fe77962a70932072d1b (patch) | |
tree | 8f6b751d0523993e35ae9dcbc4a4c9ee6188357d /python/fatcat_web/templates | |
parent | 978edc5dc5fe90f705252c44c1291cc6140eeb3a (diff) | |
parent | effef07fbb8eea5b608d48e6b6bd420ea2c76506 (diff) | |
download | fatcat-7022773e8f3decbe80c37fe77962a70932072d1b.tar.gz fatcat-7022773e8f3decbe80c37fe77962a70932072d1b.zip |
Merge branch 'bnewbold-loginpass-orcid'
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/auth_login.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/python/fatcat_web/templates/auth_login.html b/python/fatcat_web/templates/auth_login.html index 6e9b1f15..85e33d79 100644 --- a/python/fatcat_web/templates/auth_login.html +++ b/python/fatcat_web/templates/auth_login.html @@ -37,21 +37,17 @@ Note that currently editor accounts are locked 1-to-1 with external identities. </div> {% endif %} -{# not implemented in login pass yet #} {% if config.ORCID_CLIENT_ID %} -{# <a href="/auth/orcid/login"> #} +<a href="/auth/orcid/login"> <div class="ui segment attached"> <h2 class="ui header"> - {# <img src="/static/orcid_icon.png" style="width: 1.5em;"> #} - <i class="grey times circle icon"></i> + <img src="/static/orcid_icon.png" style="width: 1.5em;"> <div class="content"> ORCiD - {# <div class="sub header">via OpenID Connect</div> #} - <div class="sub header">not implemented yet</div> + <div class="sub header">via OpenID Connect</div> </div> </h2> </div> -{# </a> #} {% endif %} {% if config.WIKIPEDIA_CLIENT_ID %} |