If the user's social network profile has a verified email, should we try to link it to an existing account?
//This function will be called before Social Login adds a new user
function oa_social_login_do_before_user_insert ($user_data, $identity)
{
die("Registration forbidden");
}
add_action ('oa_social_login_action_before_user_insert', 'oa_social_login_do_before_user_insert', 10, 2);
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.