Skip to content

Commit d81297e

Browse files
committed
Minor tweak
1 parent 597d701 commit d81297e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/password_migration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ With this setup:
106106

107107
* New users will be encoded with the new algorithm;
108108
* Whenever a user logs in whose password is still stored using the old algorithm,
109-
Symfony will verify the password with the old algorithm and then re-encode
110-
and update the hashed password using the new algorithm.
109+
Symfony will verify the password with the old algorithm and then rehash
110+
and update the password using the new algorithm.
111111

112112
.. tip::
113113

0 commit comments

Comments
 (0)