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
I have 3 firewalls in my project for different users and tonight I noticed that the username I enter in the admin login form also appears in the user login form.
I noticed that the security class does not use the current firewall name for last username (that the user sent the request) into the following constants:
const LAST_USERNAME = '_security.last_username';
Tell me if there is a way. Otherwise let me submit a pull request.
Thanks.