From: Raphaƫl Gertz Date: Wed, 27 Nov 2019 01:38:15 +0000 (+0100) Subject: Switch to bcrypt algorithm X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/b5a4d5822a8e0f0ca9f8030c100f0a6a81a66a5c Switch to bcrypt algorithm --- diff --git a/Resources/config/packages/rapsys_air.yaml b/Resources/config/packages/rapsys_air.yaml index 9b0ada5..146c6bc 100644 --- a/Resources/config/packages/rapsys_air.yaml +++ b/Resources/config/packages/rapsys_air.yaml @@ -118,9 +118,9 @@ doctrine: security: #Set encoders encoders: - Rapsys\AirBundle\Entity\User: plaintext - #Rapsys\AirBundle\Entity\User: - # algorithm: 'bcrypt' + #Rapsys\AirBundle\Entity\User: plaintext + Rapsys\AirBundle\Entity\User: + algorithm: 'bcrypt' #Set providers providers: