Changed password encoding algorithm to 'auto'.

This commit is contained in:
Alexey Skobkin 2020-01-18 01:48:29 +03:00
parent b84900ed26
commit 578b6c35d1
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 2 additions and 4 deletions

View File

@ -8,10 +8,8 @@ security:
manager_name: default
encoders:
App\Entity\User:
algorithm: 'argon2i'
memory_cost: 16384
time_cost: 2
threads: 4
# https://symfony.com/blog/new-in-symfony-4-3-native-password-encoder
algorithm: 'auto'
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/