Commit be0ad54
committed
minor #17641 [Security] Prevent unneeded implementation of
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
[Security] Prevent unneeded implementation of `PasswordHasherAwareInterface` when migrating passwords
Trying to avoid issues like symfony/symfony#48348 or symfony/symfony#48825
Commits
-------
1d09493 [Security] Prevent unneeded implementation of `PasswordHasherAwareInterface` when migrating passwordsPasswordHasherAwareInterface when migrating passwords (MatTheCat)1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
537 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
538 | 540 | | |
539 | 541 | | |
540 | 542 | | |
| |||
635 | 637 | | |
636 | 638 | | |
637 | 639 | | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
638 | 646 | | |
639 | 647 | | |
640 | 648 | | |
| |||
0 commit comments