Changed password encoding algorithm to 'auto'.
This commit is contained in:
parent
b84900ed26
commit
578b6c35d1
|
@ -8,10 +8,8 @@ security:
|
||||||
manager_name: default
|
manager_name: default
|
||||||
encoders:
|
encoders:
|
||||||
App\Entity\User:
|
App\Entity\User:
|
||||||
algorithm: 'argon2i'
|
# https://symfony.com/blog/new-in-symfony-4-3-native-password-encoder
|
||||||
memory_cost: 16384
|
algorithm: 'auto'
|
||||||
time_cost: 2
|
|
||||||
threads: 4
|
|
||||||
firewalls:
|
firewalls:
|
||||||
dev:
|
dev:
|
||||||
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
||||||
|
|
Loading…
Reference in a new issue