You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
nicolas-grekas
changed the title
make:user should suggest "auto" instead of Argon2i/BCrypt
[4.3] make:user should suggest "auto" instead of Argon2i/BCrypt
May 7, 2019
…kas, weaverryan)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Deprecate Argon2i encoder used in make:user
`auto` is the only future-proof option, no need to allow ppl to choose.
Fixes#386
Commits
-------
89e7f59 updating security tests for bcrypt vs auto setting
dee904b Deprecate Argon2i encoder used in make:user
See symfony/symfony#31140 - the make:user command will likely need to use a new password hash algorithm.
Related to symfony/recipes#576 et al.
The text was updated successfully, but these errors were encountered: