Use auto for password algorithm (fixes deprecation)

This commit is contained in:
Jan Böhmer 2019-06-16 12:59:11 +02:00
parent 655560a660
commit f30a6d1781

View file

@ -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: