1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/oauth] Update comment to better reflect the action

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-24 14:05:39 -04:00
parent 581cb37b8c
commit 5843294813

View File

@@ -171,7 +171,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
if (!$row)
{
// The user does not yet exist, ask if they wish to register the account
// The user does not yet exist, ask to link or create profile
return array(
'status' => LOGIN_SUCCESS_LINK_PROFILE,
'error_msg' => 'LOGIN_OAUTH_ACCOUNT_NOT_LINKED',