mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
1cf0ecf14c
2 changed files with 2 additions and 1 deletions
|
@ -674,6 +674,7 @@ class oauth extends \phpbb\auth\provider\base
|
||||||
'oauth_service' => $actual_name,
|
'oauth_service' => $actual_name,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'SERVICE_ID' => $actual_name,
|
||||||
'SERVICE_NAME' => $this->user->lang['AUTH_PROVIDER_OAUTH_SERVICE_' . strtoupper($actual_name)],
|
'SERVICE_NAME' => $this->user->lang['AUTH_PROVIDER_OAUTH_SERVICE_' . strtoupper($actual_name)],
|
||||||
'UNIQUE_ID' => (isset($oauth_user_ids[$actual_name])) ? $oauth_user_ids[$actual_name] : null,
|
'UNIQUE_ID' => (isset($oauth_user_ids[$actual_name])) ? $oauth_user_ids[$actual_name] : null,
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!-- BEGIN oauth -->
|
<!-- BEGIN oauth -->
|
||||||
<form id="ucp" method="post" action="{S_UCP_ACTION}">
|
<form id="ucp_oauth_{oauth.SERVICE_ID}" method="post" action="{S_UCP_ACTION}">
|
||||||
<h3>{oauth.SERVICE_NAME}</h3>
|
<h3>{oauth.SERVICE_NAME}</h3>
|
||||||
|
|
||||||
<fieldset class="fields2">
|
<fieldset class="fields2">
|
||||||
|
|
Loading…
Add table
Reference in a new issue