We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597d701 commit d81297eCopy full SHA for d81297e
security/password_migration.rst
@@ -106,8 +106,8 @@ With this setup:
106
107
* New users will be encoded with the new algorithm;
108
* 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.
+ Symfony will verify the password with the old algorithm and then rehash
+ and update the password using the new algorithm.
111
112
.. tip::
113
0 commit comments