Debug Oauth
This commit is contained in:
parent
cda17da8b1
commit
2395099d0f
@ -138,6 +138,7 @@ $list = array (
|
|||||||
'OAUTH_GOOGLE_NAME',
|
'OAUTH_GOOGLE_NAME',
|
||||||
'OAUTH_GOOGLE_ID',
|
'OAUTH_GOOGLE_ID',
|
||||||
'OAUTH_GOOGLE_SECRET',
|
'OAUTH_GOOGLE_SECRET',
|
||||||
|
'OAUTH_GOOGLE_DESC',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'OAUTH_HUBIC_NAME',
|
'OAUTH_HUBIC_NAME',
|
||||||
@ -323,7 +324,11 @@ foreach ($list as $key)
|
|||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
// Api Name
|
// Api Name
|
||||||
$label = $langs->trans($key[0]);
|
$label = $langs->trans($key[0]);
|
||||||
print '<td colspan="2">'.$label.'</td></tr>';
|
print '<td>'.$label.'</td>';
|
||||||
|
print '<td>';
|
||||||
|
if (! empty($key[3])) print $langs->trans($key[3]);
|
||||||
|
print '</td>';
|
||||||
|
print '</tr>';
|
||||||
|
|
||||||
if ($supported)
|
if ($supported)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -12,3 +12,4 @@ ListOfSupportedOauthProviders=Enter here credential provided by your OAuth2 prov
|
|||||||
OAUTH_GOOGLE_NAME=Api Google
|
OAUTH_GOOGLE_NAME=Api Google
|
||||||
OAUTH_GOOGLE_ID=Api Google Id
|
OAUTH_GOOGLE_ID=Api Google Id
|
||||||
OAUTH_GOOGLE_SECRET=Api Google Secret
|
OAUTH_GOOGLE_SECRET=Api Google Secret
|
||||||
|
OAUTH_GOOGLE_DESC=Go on <a href="https://console.developers.google.com/" target="_blank">this page</a> then Credentials to create Oauth credentials
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user