You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the Register module is working with passports usernameOrEmail and Password, how can i add firstName, lastName (i edited the models, the interfaces and validations)
The text was updated successfully, but these errors were encountered:
I hope I understand correctly.. The top 3 most used login methods are username/password, email/password and social logins (fb, twitter, google).. So u want users to enter their first and last names in a login form every time they wanna login? Anyway, u should check the specific passport documentation to find a solution
Yes, this is because i was asking hehe, actually passport have a solution, adding the params in the callback function , but i added and i was getting errors :(
Actually the Register module is working with passports usernameOrEmail and Password, how can i add firstName, lastName (i edited the models, the interfaces and validations)
The text was updated successfully, but these errors were encountered: