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
When logging in with a username which does not exist using EntityUserProvider in doctrine-bridge the Exception thrown does not contain a username. This causes problems with translating the exception.
How to reproduce
Create a login form with UserEntityProvider from doctrine-bridge and try to login with a username which does not exist.
Possible Solution
Similar to InMemoryUserProvider call setUsername to set the username in the exception.