This commit is contained in:
Thomas 2019-12-21 09:04:52 +01:00
parent c85049c69b
commit 4e9e8031ed
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
framework:
validation:
not_compromised_password: false

View file

@ -0,0 +1,8 @@
framework:
validation:
email_validation_mode: html5
# Enables validator auto-mapping support.
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
#auto_mapping:
# App\Entity\: []