Skip to content
Snippets Groups Projects
Commit 741d7d48 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

add ORCID identification option

Former-commit-id: 0a5e122fc7d88980eed59879c3d7f129642e3050
parent cb7d01ac
No related branches found
No related tags found
No related merge requests found
fccd9d61cb42d14bf067967988c8ee76a6d781ff
\ No newline at end of file
58006f6cf68fc8c9a8d90f9b714b95860dc9cebb
\ No newline at end of file
......@@ -66,6 +66,7 @@
<li>Welcome {{ user.username }} !!! <a href="{% url 'logout' %}">logout</a></li>
{% else %}
<li><a href="{% provider_login_url 'github' %}"><i class="fab fa-github" title="Login with github"></i> Login with GitHub</a></li>
<li><a href="{% provider_login_url 'orcid' %}"><i class="fab fa-orcid" title="Login with ORCID"></i> Login with ORCID</a></li>
{% endif %}
</ul>
</div>
......
......@@ -52,6 +52,7 @@ INSTALLED_APPS = [
'allauth.account',
'allauth.socialaccount',
'allauth.socialaccount.providers.github',
'allauth.socialaccount.providers.orcid'
]
MIDDLEWARE = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment