-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Security] Remove getPassword() and getSalt() from UserInterface #41982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
8838c98
to
ed58c69
Compare
src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php
Show resolved
Hide resolved
b3d2f99
to
d2b36b6
Compare
|
Actually not: the Merging as is would break 5.4, that's what this tells. |
Thanks, on it. |
Should be ok with #42001. |
…0 signature (chalasr) This PR was merged into the 5.3 branch. Discussion ---------- Prepare PasswordUpgraderInterface implementations for 6.0 signature | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Makes implementations compatible with both 5.x and 6.x to make #41982 green. Commits ------- 5ca9403 Prepare PasswordUpgraderInterface implementations for 6.0 signatures
d2b36b6
to
1548f13
Compare
73d0dab
to
9218b8a
Compare
… (chalasr) This PR was merged into the 5.3 branch. Discussion ---------- [Security] Make fixture compatible with both 5.x and 6.x | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Last one needed to make #41982 green hopefully. Commits ------- 0a240eb [Security] Make fixture compatible with both 5.x and 6.x
9218b8a
to
4ad0376
Compare
Now green |
4ad0376
to
178af1f
Compare
...fony/Component/Security/Core/Tests/Authentication/Provider/DaoAuthenticationProviderTest.php
Show resolved
Hide resolved
178af1f
to
6620f74
Compare
Comments addressed, thanks for the reviews. |
src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php
Show resolved
Hide resolved
6620f74
to
d3a2865
Compare
d3a2865
to
30e2c00
Compare
Thank you @chalasr. |
with BC layers from #40267