https://stages-dev.cdos86.fr/register

Forms

  • registration_form
    • role
    • email
    • password
    • confirmPassword
    • firstName
    • lastName
    • nomStructure
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#485
  -id: null
  -email: null
  -firstName: null
  -lastName: null
  -password: null
  -confirmPassword: null
  -roles: []
  -structureUser: Doctrine\Common\Collections\ArrayCollection {#460 …}
  -isVerified: false
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#485
  -id: null
  -email: null
  -firstName: null
  -lastName: null
  -password: null
  -confirmPassword: null
  -roles: []
  -structureUser: Doctrine\Common\Collections\ArrayCollection {#460 …}
  -isVerified: false
}
same as passed value

Resolved Options

View Variables