Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| data.username | There is already an account with this username | "cCYknImzrokQnsnUOywrcOV" |
Symfony\Component\Validator\ConstraintViolation {#1113 -message: "There is already an account with this username" -messageTemplate: "There is already an account with this username" -parameters: [ "{{ value }}" => ""cCYknImzrokQnsnUOywrcOV"" ] -plural: null -root: Symfony\Component\Form\Form {#717 : "registration_form" : "App\Form\RegistrationFormType" : App\Entity\UserEntity {#468 -id: null -username: "cCYknImzrokQnsnUOywrcOV" -email: "ol.ojin.o.ha.q0.8@gmail.com" -active: false -md5User: null -roles: [] -password: null -messages: Doctrine\Common\Collections\ArrayCollection {#528 …} } } -propertyPath: "data.username" -invalidValue: "cCYknImzrokQnsnUOywrcOV" -constraint: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#1274 …} -code: "23bd9dbf-6b9b-41cd-a99e-4844bcf3077f" -cause: [ App\Entity\UserEntity {#1075 -id: 2606 -username: "cCYknImzrokQnsnUOywrcOV" -email: "ol.ojin.o.ha.q0.8@gmail.com" -active: false -md5User: "b3938b5feb78a13a6f452da4c2ef5b4a" -roles: [ "ROLE_USER" ] -password: "$2y$13$qeF85fdeCMMa3fjHsDTmNevKxkR.TBcQ2I6absm4JOaS3lG3iziOG" -messages: Doctrine\ORM\PersistentCollection {#1146 …} } ] } |
| data.email | email_exists | App\Entity\UserEntity {#468 -id: null -username: "cCYknImzrokQnsnUOywrcOV" -email: "ol.ojin.o.ha.q0.8@gmail.com" -active: false -md5User: null -roles: [] -password: null -messages: Doctrine\Common\Collections\ArrayCollection {#528 …} } |
Symfony\Component\Validator\ConstraintViolation {#1048 -message: "email_exists" -messageTemplate: "email_exists" -parameters: [] -plural: null -root: Symfony\Component\Form\Form {#717 : "registration_form" : "App\Form\RegistrationFormType" : App\Entity\UserEntity {#468 -id: null -username: "cCYknImzrokQnsnUOywrcOV" -email: "ol.ojin.o.ha.q0.8@gmail.com" -active: false -md5User: null -roles: [] -password: null -messages: Doctrine\Common\Collections\ArrayCollection {#528 …} } } -propertyPath: "data.email" -invalidValue: App\Entity\UserEntity {#468} -constraint: Symfony\Component\Validator\Constraints\Callback {#667 …} -code: null -cause: null } |