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
Is there a way a user can still login with standard ion_auth credentials as well as FB login?
I found when i register via FB, then change the password in my profile, i cannot login again via FB.
The text was updated successfully, but these errors were encountered:
olliefalle
changed the title
Ability to login with stanard ion-auth account and Facebook login
Ability to login with native ion-auth account and Facebook login
Apr 29, 2016
Because this is relying on the ion_auth protocol it's requiring a password to authenticate the user. In the code the password is hard coded, so when you changed it, it will no longer match up when trying to login.
I think a better way of doing this would be to modify the ion_auth model with new facebook login and register methods to handle this case better. Either way the customer would need to either choose or change their password after using Facebook to login to login without Facebook. This would require some modification.
@esebanzero I haven't got an example right now and would need to test it myself. If we implement this then I will be sure to add a solution. I might fork this repo.
Hi,
Is there a way a user can still login with standard ion_auth credentials as well as FB login?
I found when i register via FB, then change the password in my profile, i cannot login again via FB.
The text was updated successfully, but these errors were encountered: