Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| data.username | There is already an account with this username | "IlBYHcWxyqUfYkfQhX" |
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 }}" => ""IlBYHcWxyqUfYkfQhX"" ] -plural: null -root: Symfony\Component\Form\Form {#717 : "registration_form" : "App\Form\RegistrationFormType" : App\Entity\UserEntity {#468 -id: null -username: "IlBYHcWxyqUfYkfQhX" -email: "junuyawemi48@gmail.com" -active: false -md5User: null -roles: [] -password: null -messages: Doctrine\Common\Collections\ArrayCollection {#528 …} } } -propertyPath: "data.username" -invalidValue: "IlBYHcWxyqUfYkfQhX" -constraint: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#1274 …} -code: "23bd9dbf-6b9b-41cd-a99e-4844bcf3077f" -cause: [ App\Entity\UserEntity {#1075 -id: 2601 -username: "IlBYHcWxyqUfYkfQhX" -email: "junuyawemi48@gmail.com" -active: false -md5User: "78fa5b421f34c33d9efcc12e9aaa9fe8" -roles: [ "ROLE_USER" ] -password: "$2y$13$PLfO05wTEU6S9.rPN/SUveE32FTH6GKSdV7bFJJoE7oPsYMJOV93e" -messages: Doctrine\ORM\PersistentCollection {#1146 …} } ] } |
| data.email | email_exists | App\Entity\UserEntity {#468 -id: null -username: "IlBYHcWxyqUfYkfQhX" -email: "junuyawemi48@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: "IlBYHcWxyqUfYkfQhX" -email: "junuyawemi48@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 } |