Skip to content

Commit

Permalink
Merge pull request #177 from loic425/features/change-password-encoder
Browse files Browse the repository at this point in the history
use argon2i password encoder
  • Loading branch information
loic425 committed Apr 30, 2019
2 parents ede4748 + 76d77aa commit 87bc0ae
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 @@ -15,7 +15,7 @@ security:
sylius_app_user_provider:
id: sylius.app_user_provider.email_or_name_based
encoders:
Sylius\Component\User\Model\UserInterface: sha512
Sylius\Component\User\Model\UserInterface: argon2i

role_hierarchy:
ROLE_ADMIN: ROLE_USER
Expand Down

0 comments on commit 87bc0ae

Please sign in to comment.