https://dev-app.cestovniprikaz.cz/registrace

Forms

  • registration
    • email
    • firstName
    • lastName
    • telephone
    • street
    • town
    • postalCode
    • password
    • recaptchaResponse
    • save
    • _token

registration

"App\Form\RegistrationType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\AppUser {#772
  -id: null
  -email: null
  -firstName: null
  -lastName: null
  -street: null
  -town: null
  -postalCode: null
  -telephone: null
  -department: null
  -roles: []
  -password: null
  -active: false
  -created: null
  -activationToken: null
  -resendDateActivation: null
  -lostPasswordToken: null
  -lostPasswordDate: null
  -birthDate: null
  -passportDateOfPublication: null
  -passportValidTo: null
  -salt: "CzechRepublicGreatAgain"
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\AppUser {#772
  -id: null
  -email: null
  -firstName: null
  -lastName: null
  -street: null
  -town: null
  -postalCode: null
  -telephone: null
  -department: null
  -roles: []
  -password: null
  -active: false
  -created: null
  -activationToken: null
  -resendDateActivation: null
  -lostPasswordToken: null
  -lostPasswordDate: null
  -birthDate: null
  -passportDateOfPublication: null
  -passportValidTo: null
  -salt: "CzechRepublicGreatAgain"
}
same as passed value

Resolved Options

View Variables