Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 722ba00

Browse files
committed
Set "argon2i" as the default encoder
1 parent 93d7aed commit 722ba00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ security:
1010
sylius_shop_user_provider:
1111
id: sylius.shop_user_provider.email_or_name_based
1212
encoders:
13-
Sylius\Component\User\Model\UserInterface: sha512
13+
Sylius\Component\User\Model\UserInterface: argon2i
1414
argon2i: argon2i
1515
firewalls:
1616
admin:

0 commit comments

Comments
 (0)