Skip to content

Commit

Permalink
Remove password hashing for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HedicGuibert committed Sep 29, 2021
1 parent e9fbca0 commit fcf1555
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/packages/test/security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
security:
password_hashers:
App\Entity\User:
algorithm: native
cost: 4
time_cost: 3
memory_cost: 10

0 comments on commit fcf1555

Please sign in to comment.