use form validator

This commit is contained in:
jannisp 2021-04-22 15:20:24 +02:00
parent 75eaa5a82a
commit 7948cda40d
5 changed files with 495 additions and 1 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\: []