Skip to content

Commit

Permalink
Use sodium value for password hashers
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilvestre authored Sep 8, 2023
1 parent 7334461 commit 93dcbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ security:
sylius_api_shop_user_provider:
id: sylius.shop_user_provider.email_or_name_based
password_hashers:
Sylius\Component\User\Model\UserInterface: argon2i
Sylius\Component\User\Model\UserInterface: sodium
firewalls:
admin:
switch_user: true
Expand Down

0 comments on commit 93dcbb1

Please sign in to comment.