Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

Olivier Massot 2 yıl önce
ebeveyn
işleme
f95699be69

+ 4 - 0
config/packages/docker/security.yaml

@@ -0,0 +1,4 @@
+security:
+    encoders:
+        App\Entity\Person\Person:
+            algorithm: plaintext

+ 1 - 1
config/packages/security.yaml

@@ -121,7 +121,7 @@ security:
 
     encoders:
         App\Entity\Person\Person:
-            algorithm: plaintext
+            algorithm: bcrypt
 
     # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
     providers: