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

Remove GitHub authentication

Because it currently does not work
fix #58
fix #177
parent d6cbebb6
No related branches found
No related tags found
No related merge requests found
Pipeline #29893 failed
......@@ -51,20 +51,21 @@ You can then navigate to the django admin interface of iPPI-DB, and create an en
.. image:: img/ORCID_conf_7.png
:width: 100%
GitHub authentication configuration
.. GitHub authentication is commented because it does not currently work
.. GitHub authentication configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The configuration for GitHub authentication follows the same principle: configure the app on the provider website, then enter the provided `Client ID` and `Client secret`
on the django admin interface website.
.. image:: img/Github_conf_1.png
:width: 100%
.. image:: img/Github_conf_2.png
:width: 100%
.. image:: img/Github_conf_3.png
:width: 100%
.. The configuration for GitHub authentication follows the same principle: configure the app on the provider website, then enter the provided `Client ID` and `Client secret`
on the django admin interface website.
..
.. image:: img/Github_conf_1.png
:width: 100%
..
.. image:: img/Github_conf_2.png
:width: 100%
..
.. image:: img/Github_conf_3.png
:width: 100%
......
......@@ -55,7 +55,7 @@ INSTALLED_APPS = [
"allauth",
"allauth.account",
"allauth.socialaccount",
"allauth.socialaccount.providers.github",
#"allauth.socialaccount.providers.github",
"allauth.socialaccount.providers.orcid",
]
......
......@@ -57,7 +57,7 @@ INSTALLED_APPS = [
"allauth",
"allauth.account",
"allauth.socialaccount",
"allauth.socialaccount.providers.github",
#"allauth.socialaccount.providers.github",
"allauth.socialaccount.providers.orcid",
]
......
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