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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user