From 49dd6bb08266df6e1cb695a2afe3661d5b382e96 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 5 Dec 2023 21:04:00 +0100 Subject: [PATCH] security.yaml: update for new format of password_hashers setting Signed-off-by: Andrew Ammerlaan --- config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index a6b0a3d..aaa3d46 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -1,5 +1,5 @@ security: - encoders: + password_hashers: App\Entity\Member: algorithm: auto