[make:user] Dont generate UserInterface::eraseCredentials with symfony >= 7.3#1701
Closed
alamirault wants to merge 1 commit into
Closed
[make:user] Dont generate UserInterface::eraseCredentials with symfony >= 7.3#1701alamirault wants to merge 1 commit into
UserInterface::eraseCredentials with symfony >= 7.3#1701alamirault wants to merge 1 commit into
Conversation
alamirault
commented
May 9, 2025
| $this->addEraseCredentials($manipulator); | ||
| /* @legacy - Remove "eraseCredentials()" when Symfony 7.4 is no longer supported */ | ||
| if(Kernel::VERSION_ID < 70300){ | ||
| $this->addEraseCredentials($manipulator); |
Contributor
Author
There was a problem hiding this comment.
I don't know how to deal with tests and fixtures in tests/Security/fixtures/expected/*.php
Can tell me what to do (to be compatible with 7.3) ?
6e7e8a3 to
0965537
Compare
Member
|
Thanks @alamirault, it's been fixed in #1703. |
DocFX
pushed a commit
to DocFX/maker-bundle
that referenced
this pull request
Jun 4, 2025
…ecate eraseCredentials() (nicolas-grekas) This PR was merged into the 1.x branch. Discussion ---------- [make:user] Hash passwords using crc32c and deprecate eraseCredentials() Fix symfony#1700 Replace #symfony#1701 Commits ------- 75886fb [make:user] Hash passwords using crc32c and deprecate eraseCredentials()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #1700