From: Raphaƫl Gertz Date: Wed, 27 Nov 2019 01:38:15 +0000 (+0100) Subject: Switch to bcrypt algorithm X-Git-Tag: 0.1.1~65 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/e176cc2c6255aac4bdd93269b42d5e96b0753d33 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: