-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
tweaking the password upgrading functionality #12960
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I agree with the improvements!
|
||
* New users will be encoded with the new algorithm; | ||
* Whenever a user logs in whose password is still stored using the old algorithm, | ||
Symfony will verify the password with the old algorithm and then re-encode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Symfony will verify the password with the old algorithm and then re-encode | |
Symfony will verify the password with the old algorithm and then rehash |
Confusing Symfony terminology, but the password encoders are doing hashing. This is also consistent with earlier uses of "rehash(ing)" in the beginning of this chapter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made this change while merging.
dbdc010
to
94fc0b4
Compare
Thanks Ryan. |
This PR was submitted for the master branch but it was merged into the 4.4 branch instead (closes #12960). Discussion ---------- tweaking the password upgrading functionality Hi! Minor tweaks to the password upgrading section as I read through it - it was already quite good. Commits ------- 94fc0b4 tweaking the password upgrading functionality
Hi!
Minor tweaks to the password upgrading section as I read through it - it was already quite good.