mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-16 16:28:53 +00:00
[feature/oauth] Fix OAuth login
PHPBB3-11673
This commit is contained in:
parent
5401673f96
commit
ffb14a6988
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
|
||||||
|
|
||||||
// Check to see if this provider is already assosciated with an account
|
// Check to see if this provider is already assosciated with an account
|
||||||
$data = array(
|
$data = array(
|
||||||
'provider' => $service_name,
|
'provider' => $service_name_original,
|
||||||
'oauth_provider_id' => $unique_id
|
'oauth_provider_id' => $unique_id
|
||||||
);
|
);
|
||||||
$sql = 'SELECT user_id FROM ' . $this->auth_provider_oauth_token_account_assoc . '
|
$sql = 'SELECT user_id FROM ' . $this->auth_provider_oauth_token_account_assoc . '
|
||||||
|
|
Loading…
Add table
Reference in a new issue