Update symfony/security-bundle/5.3/config/packages/security.yaml

Co-authored-by: Robin Chalas <chalasr@users.noreply.github.com>
This commit is contained in:
Kevin Bond
2021-11-22 09:44:52 -05:00
committed by GitHub
co-authored by Robin Chalas
parent 691cd98853
commit 6c66020b62
@@ -29,7 +29,7 @@ security:
when@test:
security:
password_hashers:
# By default, password encoders are resource intensive and take time. This is
# By default, password hashers are resource intensive and take time. This is
# important to generate secure password hashes. In tests however, secure hashes
# are not important, waste resources and increase test times. The following
# reduces the work factor to the lowest possible values.