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.
2 parents 70180d5 + ec3e374 commit 8c4de2cCopy full SHA for 8c4de2c
security.rst
@@ -27,7 +27,8 @@ creates a ``security.yaml`` configuration file for you:
27
28
# config/packages/security.yaml
29
security:
30
- # https://symfony.com/doc/current/security.html#c-hashing-passwords
+ enable_authenticator_manager: true
31
+ # https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords
32
password_hashers:
33
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'
34
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
0 commit comments