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
There is a line in the file login.html.twig : You are logged in as {{ app.user.username }}
that should be changed to You are logged in as {{ app.user.userIdentifier }}
I think this command is not maintained any more because symfony doesn't need an authenticator for form login by default as symfony 6
The text was updated successfully, but these errors were encountered:
…(jrushlow)
This PR was squashed before being merged into the 1.0-dev branch.
Discussion
----------
[make:auth] drop guard support and legacy code cleanup
- drops support for the Guard Security System
- deprecates `Generator::getControllerForBaseClass`
- fixes#1082
Commits
-------
324f6f6 [make:auth] drop guard support and legacy code cleanup
There is a line in the file
login.html.twig
:You are logged in as {{ app.user.username }}
that should be changed to
You are logged in as {{ app.user.userIdentifier }}
I think this command is not maintained any more because symfony doesn't need an authenticator for form login by default as symfony 6
The text was updated successfully, but these errors were encountered: