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 a624d3b commit 9de0c3eCopy full SHA for 9de0c3e
symfony/security-bundle/5.3/config/packages/security.yaml
@@ -25,3 +25,12 @@ security:
25
access_control:
26
# - { path: ^/admin, roles: ROLE_ADMIN }
27
# - { path: ^/profile, roles: ROLE_USER }
28
+
29
+when@test:
30
+ security:
31
+ password_hashers:
32
+ Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface:
33
+ algorithm: auto
34
+ cost: 4 # Lowest possible value for bcrypt
35
+ time_cost: 3 # Lowest possible value for argon
36
+ memory_cost: 10 # Lowest possible value for argon
0 commit comments