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 be0ad54 commit d3e4443Copy full SHA for d3e4443
security/passwords.rst
@@ -639,9 +639,9 @@ the name of the hasher to use::
639
640
.. caution::
641
642
- When :ref:`migrating passwords <security-password-migration>`, you don't need to implement ``PasswordHasherAwareInterface``
643
- to return the legacy hasher name:
644
- Symfony will detect it from your ``migrate_from`` configuration.
+ When :ref:`migrating passwords <security-password-migration>`, you don't
+ need to implement ``PasswordHasherAwareInterface`` to return the legacy
+ hasher name: Symfony will detect it from your ``migrate_from`` configuration.
645
646
If you created your own password hasher implementing the
647
:class:`Symfony\\Component\\PasswordHasher\\PasswordHasherInterface`,
0 commit comments