Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| children[plainPassword] | The password fields must match. | [ "first" => "Testing" "second" => "u]H[ww6KrA9F.x-F" ] |
Symfony\Component\Validator\ConstraintViolation {#1671 -message: "The password fields must match." -messageTemplate: "The password fields must match." -parameters: [ "{{ value }}" => "array" ] -plural: null -root: Symfony\Component\Form\Form {#825 : "registration_form" : "App\Form\RegistrationFormType" : App\Entity\User {#524 -id: null -email: "testing@example.com" -roles: [] -password: null -name: "pHqghUme" -surname: "pHqghUme" -country: "DE" -city: "San Francisco" -address: "3137 Laguna Street" -passport: "111122223" -slug: null -visits: Doctrine\Common\Collections\ArrayCollection {#525 …} -locale: null -isVerified: false -instagram: "17" -twitter: "1" -tiktok: "1" -signupDate: null -isBanned: false -bannedDate: null -bannedBy: null } } -propertyPath: "children[plainPassword]" -invalidValue: [ "first" => "Testing" "second" => "u]H[ww6KrA9F.x-F" ] -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1040 …} -code: "1dafa156-89e1-4736-b832-419c2e501fca" -cause: Symfony\Component\Form\Exception\TransformationFailedException {#971 …} } |