http://intranet.ed-pepper.eu/fr/login

Forms

  • registration_form
    • email
    • firstName
    • lastName
    • numberPhone
    • civility
    • agree
    • password
    • _token
  • reset_pass
    • email
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#103
  -id: null
  -email: null
  -numberPhone: null
  -firstName: null
  -lastName: null
  -civility: null
  -profilePic: null
  -roles: []
  -password: null
  -status: null
  -created_at: null
  -updated_at: null
  -deleted_at: null
  -groups: Doctrine\Common\Collections\ArrayCollection {#486 …}
  -comments: Doctrine\Common\Collections\ArrayCollection {#503 …}
  -conversations: Doctrine\Common\Collections\ArrayCollection {#491 …}
  -messages: null
  -isActive: false
  -uuid: null
  -notifications: Doctrine\Common\Collections\ArrayCollection {#504 …}
  -reset_token: null
  -locale: null
  -is_verified: null
  -otp_code: null
  -is_otp_expired: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
"/fr/register"
same as passed value
data
App\Entity\User {#103
  -id: null
  -email: null
  -numberPhone: null
  -firstName: null
  -lastName: null
  -civility: null
  -profilePic: null
  -roles: []
  -password: null
  -status: null
  -created_at: null
  -updated_at: null
  -deleted_at: null
  -groups: Doctrine\Common\Collections\ArrayCollection {#486 …}
  -comments: Doctrine\Common\Collections\ArrayCollection {#503 …}
  -conversations: Doctrine\Common\Collections\ArrayCollection {#491 …}
  -messages: null
  -isActive: false
  -uuid: null
  -notifications: Doctrine\Common\Collections\ArrayCollection {#504 …}
  -reset_token: null
  -locale: null
  -is_verified: null
  -otp_code: null
  -is_otp_expired: null
}
same as passed value

Resolved Options

View Variables