From f30a6d178173bf365110e3525a52681b920e8405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 16 Jun 2019 12:59:11 +0200 Subject: [PATCH] Use auto for password algorithm (fixes deprecation) --- 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 2e9a7fed..5478adc3 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -1,7 +1,7 @@ security: encoders: App\Entity\User: - algorithm: bcrypt + algorithm: auto # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers providers: