-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not differentiate between first and lastname #4
Comments
Issue seems to be in line 89 of /models/Provider.php Should be adjusted by: case 'facebook': case 'google': |
So apparently the problem is that, as coded, the driver will no return these fields, thus you need to specify which fields you want FB to resturn: //get the driver and set desired fields |
@ealvarezdetoledo Can you make a PR? Whit the fixes |
This issue looks fixed. Closing, but please reopen if it still occurs. |
It seems to me that the case is not fixed yet, since only the name field is filled for user. #8 fixes last name issue for me. |
Expected behavior:
When new user is registered, its First and Last name are properly written in the TI database.
Actual behavior:
Full name is stored as First name
Reproduce steps:
Version:
Latest (~3.0)
Additional Information:
(Additional information, if any)
The text was updated successfully, but these errors were encountered: