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: