diff --git a/symfony/security-bundle/5.3/config/packages/security.yaml b/symfony/security-bundle/5.3/config/packages/security.yaml index 030c4de11..7510cc1fa 100644 --- a/symfony/security-bundle/5.3/config/packages/security.yaml +++ b/symfony/security-bundle/5.3/config/packages/security.yaml @@ -1,6 +1,9 @@ security: # https://symfony.com/doc/current/security/experimental_authenticators.html enable_authenticator_manager: true + # https://symfony.com/doc/current/security.html#c-hashing-passwords + password_hashers: + Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto' # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers providers: users_in_memory: { memory: null }