From 479d9ebdcbe9e381e5e173035b59e0870bccc2f6 Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Fri, 27 Sep 2024 16:21:37 +0200 Subject: [PATCH] Use plaintext password hasher in test env --- config/packages/security.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 073ef47aae..daa359aafd 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -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