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
minor #7326 [Security] Warn for implementing eraseCredentials (rvanlaak, javiereguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
[Security] Warn for implementing `eraseCredentials`
... as implementing `eraseCredentials` on a Doctrine entity will be flushed. Setting `password` to `null` will actually be saved at every login attempt.
This might also could be a warning with the `UserInterface` docblock directly (?)
Commits
-------
50305ff Update caution about eraseCredentials
1eed188 Minor reword
bee0cba Warn for implementing `eraseCredentials`
0 commit comments