mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use auto for password algorithm (fixes deprecation)
This commit is contained in:
parent
655560a660
commit
f30a6d1781
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue