[SecurityBundle] Wrong note about password encoders #12662
Labels
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
help wanted
Issues and PRs which are looking for volunteers to complete them.
Good first issue:
In https://symfony.com/doc/3.4/reference/configuration/security.html#encoders, the first config block contains:
Actually such config does not wire a
PBKDF2
encoder but aMessageDigestPasswordEncoder
which uses thehash()
function.(you'd need
AppBundle\Entity\User: pbkdf2
for a PBKDF2 encoder with sha512 hash algo).The text was updated successfully, but these errors were encountered: