security.yaml 227 B

12345678
  1. # override in api/config/packages/test/security.yaml for test env
  2. # improve the test suite speed
  3. security:
  4. password_hashers:
  5. App\Entity\Person\Person:
  6. algorithm: md5
  7. encode_as_base64: false
  8. iterations: 0