1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Better error message for logins from unconnected social login providers

This commit is contained in:
Nick Liu
2020-02-26 21:51:22 +01:00
parent 28aad3c8e9
commit 5646635cc4

View File

@@ -1530,7 +1530,7 @@ class e_user_provider
if (!$result)
{
e107::getMessage()->addError("user_name already exists but doesn't have a matching user_xup");
e107::getMessage()->addError("User already exists but is not connected through this social login provider");
}
if ($redirectUrl)