Skip to content

Commit

Permalink
Use plaintext password hasher in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Oct 24, 2024
1 parent 5b55813 commit 479d9eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ security:
when@test: &test
security:
password_hashers:
Sylius\Component\User\Model\UserInterface:
algorithm: argon2i
time_cost: 3
memory_cost: 10
Sylius\Component\User\Model\UserInterface: plaintext

when@test_cached: *test

0 comments on commit 479d9eb

Please sign in to comment.