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
Symfony FOSUserBundle versions: 2.1.2 with Symfony 4.4
The user is being incorrectly logged out when trying to change their username to one that already exists. They see the error message The username is already used. but they are logged out and have to login again before trying again.
Steps to reproduce:
composer create-project symfony/website-skeleton:^4.4 test
Symfony FOSUserBundle versions: 2.1.2 with Symfony 4.4
The user is being incorrectly logged out when trying to change their username to one that already exists. They see the error message The username is already used. but they are logged out and have to login again before trying again.
Steps to reproduce:
The username is already used.
is displayed and the user is logged out.The text was updated successfully, but these errors were encountered: