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