Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| data.email | There is already an account with this email | "jpmi-robert@orange.fr" |
Symfony\Component\Validator\ConstraintViolation {#1490 -message: "There is already an account with this email" -messageTemplate: "There is already an account with this email" -parameters: [ "{{ value }}" => ""jpmi-robert@orange.fr"" ] -plural: null -root: Symfony\Component\Form\Form {#688 : "registration_form" : "App\Form\RegistrationFormType" : App\Entity\User {#603 -id: null -email: "jpmi-robert@orange.fr" -roles: [] -password: null -Nom: "Robert" -Prenom: "Michele" -Telephone: "0671200396" -reservations: Doctrine\Common\Collections\ArrayCollection {#496 …} -IgnorePaiement: null -Archive: null -Token: null } } -propertyPath: "data.email" -invalidValue: "jpmi-robert@orange.fr" -constraint: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#968 …} -code: "23bd9dbf-6b9b-41cd-a99e-4844bcf3077f" -cause: [ App\Entity\User {#1222 -id: 12 -email: "jpmi-robert@orange.fr" -roles: [ "ROLE_CLIENT" ] -password: "$2y$13$76a8SJUWukFiZHIRLMwV/.XJa6dRYOf6A6wKQurIKxeCWIFWXObsi" -Nom: "Robert" -Prenom: "Michele" -Telephone: "0671200396" -reservations: Doctrine\ORM\PersistentCollection {#1225 …} -IgnorePaiement: null -Archive: 0 -Token: "516d335627d26bde1043167cf6c5e3c6" } ] } |