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
But if you try to login with username, it works, right?
In my app, I allow logging in only with email, there is no username. What I did was override the function setEmail to set the username the same as the entered email, as I saw from several posts regarding logging with email.
I didn't look at the code, but I guess it is not prepared to deal with email logins.
the FOSUserBundle default feature that allow user to login with username or email is working when I configure it as I describe it on my post http://stackoverflow.com/questions/39015597/pugxmultiuserbundle-fosuserbundle-login-with-email via stackoverflow
The text was updated successfully, but these errors were encountered: