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 6841060 commit 0af9a84Copy full SHA for 0af9a84
security/passwords.rst
@@ -626,7 +626,7 @@ you must register a service for it in order to use it as a named hasher:
626
security:
627
# ...
628
password_hashers:
629
- app_hasher:
+ App\Entity\User:
630
id: 'App\Security\Hasher\MyCustomPasswordHasher'
631
632
.. code-block:: xml
@@ -842,7 +842,7 @@ Now, define a password hasher using the ``id`` setting:
842
843
844
845
846
# the service ID of your custom hasher (the FQCN using the default services.yaml)
847
848
0 commit comments