← Back to Social Login Support
Felix@DevINX
Hello!
When a user register with Google (not tested with others providers), the new user only gets an email and a generated password.
To get a name, I added this :
// socialloginproviders/Google.php line 134
return [
'token' => $access_token['access_token'],
'email' => $data['email'],
'name' => $data['email']
];
For the avatar, the user plugin will need some modification, because it does not accept to fill avatars.
1-1 of 1