diff --git a/symfony/security-bundle/7.4/config/packages/security.yaml b/symfony/security-bundle/7.4/config/packages/security.yaml index eee5ac9bc..aca0c7c4a 100644 --- a/symfony/security-bundle/7.4/config/packages/security.yaml +++ b/symfony/security-bundle/7.4/config/packages/security.yaml @@ -30,7 +30,7 @@ when@test: security: password_hashers: # Password hashers are resource-intensive by design to ensure security. - # In tests, it's safe to reduce their cost to improve performance. + # In tests, it's safe to reduce their cost to improve performance. Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: algorithm: auto cost: 4 # Lowest possible value for bcrypt