@@ -0,0 +1,4 @@
+security:
+ encoders:
+ App\Entity\Person\Person:
+ algorithm: plaintext
@@ -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: