Thanks to visit codestin.com Credit goes to github.com
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 01f301b + 8377d55 commit ec3e374Copy full SHA for ec3e374
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