GET https://account.staging.neopse.com/register

Forms

  • user_register
    • gender
    • firstname
    • lastname
    • username
    • email
    • password
    • termsAccepted
    • _token

user_register

Form type:
"App\Form\Account\User\RegisterType"

Errors

This form has no errors.

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#3204
  -id: null
  -username: null
  -password: null
  -plainPassword: null
  -email: null
  -newEmail: null
  -roles: []
  -firstname: null
  -lastname: null
  -newsletterAccepted: false
  -termsAccepted: false
  -isValid: false
  -confirmationToken: null
  -shortcuts: null
  -lastLogin: null
  -locale: null
  -birthday: null
  -description: null
  -city: null
  -gender: null
  -pictureName: null
  -pictureFile: null
  -adminGroup: null
  -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …}
  -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …}
  -access: Doctrine\Common\Collections\ArrayCollection {#3162 …}
  -passwordRequestAt: null
  #enabled: false
  -pages: null
  #comeFrom: null
  #displayScenario: null
  -phone: null
  -infoSharedInNeopse: false
  #createdAt: null
  #updatedAt: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

No options were passed when constructing this form.

Resolved Options

Option Value
action
""
allow_extra_fields
false
allow_file_upload
false
attr
[]
attr_translation_parameters
[]
auto_initialize
true
block_name
null
block_prefix
null
by_reference
true
compound
true
constraints
[
  Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#3110
    +payload: null
    +groups: ?
    +message: "user.username.already_used"
    +service: "doctrine.orm.validator.unique"
    +em: null
    +entityClass: null
    +repositoryMethod: "findBy"
    +fields: [
      "username"
    ]
    +errorPath: null
    +ignoreNull: true
  }
  Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#3025
    +payload: null
    +groups: ?
    +message: "user.email.already_used"
    +service: "doctrine.orm.validator.unique"
    +em: null
    +entityClass: null
    +repositoryMethod: "findBy"
    +fields: [
      "email"
    ]
    +errorPath: null
    +ignoreNull: true
  }
]
csrf_field_name
"_token"
csrf_message
"The CSRF token is invalid. Please try to resubmit the form."
csrf_protection
true
csrf_token_id
null
csrf_token_manager
Symfony\Component\Security\Csrf\CsrfTokenManager {#2429
  -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …}
  -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …}
  -namespace: Closure() {#2441 …}
}
data
App\Entity\User {#3204
  -id: null
  -username: null
  -password: null
  -plainPassword: null
  -email: null
  -newEmail: null
  -roles: []
  -firstname: null
  -lastname: null
  -newsletterAccepted: false
  -termsAccepted: false
  -isValid: false
  -confirmationToken: null
  -shortcuts: null
  -lastLogin: null
  -locale: null
  -birthday: null
  -description: null
  -city: null
  -gender: null
  -pictureName: null
  -pictureFile: null
  -adminGroup: null
  -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …}
  -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …}
  -access: Doctrine\Common\Collections\ArrayCollection {#3162 …}
  -passwordRequestAt: null
  #enabled: false
  -pages: null
  #comeFrom: null
  #displayScenario: null
  -phone: null
  -infoSharedInNeopse: false
  #createdAt: null
  #updatedAt: null
}
data_class
"App\Entity\User"
disabled
false
documentation
[]
empty_data
Closure(FormInterface $form) {#3026
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
  use: {
    $class: "App\Entity\User"
  }
}
error_bubbling
true
error_mapping
[]
extra_fields_message
"This form should not contain extra fields."
form_attr
false
getter
null
help
null
help_attr
[]
help_block
null
help_html
false
help_label
null
help_label_params
[]
help_translation_parameters
[]
inherit_data
false
invalid_message
"This value is not valid."
invalid_message_parameters
[]
is_empty_callback
null
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
mapped
true
method
"POST"
post_max_size_message
"The uploaded file was too large. Please try to upload a smaller file."
priority
0
property_path
null
required
true
row_attr
[]
setter
null
translation_domain
null
trim
true
upload_max_size_message
Closure() {#3015
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …}
    $message: Closure() {#3028 …}
    $translationDomain: "validators"
  }
}
validation_groups
null

View Vars

Variable Value
action
""
attr
[]
attr_translation_parameters
[]
block_prefixes
[
  "form"
  "user_register"
  "_user_register"
]
cache_key
"_user_register_user_register"
compound
true
data
App\Entity\User {#3204
  -id: null
  -username: null
  -password: null
  -plainPassword: null
  -email: null
  -newEmail: null
  -roles: []
  -firstname: null
  -lastname: null
  -newsletterAccepted: false
  -termsAccepted: false
  -isValid: false
  -confirmationToken: null
  -shortcuts: null
  -lastLogin: null
  -locale: null
  -birthday: null
  -description: null
  -city: null
  -gender: null
  -pictureName: null
  -pictureFile: null
  -adminGroup: null
  -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …}
  -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …}
  -access: Doctrine\Common\Collections\ArrayCollection {#3162 …}
  -passwordRequestAt: null
  #enabled: false
  -pages: null
  #comeFrom: null
  #displayScenario: null
  -phone: null
  -infoSharedInNeopse: false
  #createdAt: null
  #updatedAt: null
}
disabled
false
errors
Symfony\Component\Form\FormErrorIterator {#3064
  -form: Symfony\Component\Form\Form {#3218 …}
  -errors: []
}
form
Symfony\Component\Form\FormView {#3005 …5}
full_name
"user_register"
help
null
help_attr
[]
help_block
null
help_html
false
help_label
null
help_label_params
[]
help_translation_parameters
[]
id
"user_register"
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
method
"POST"
multipart
false
name
"user_register"
priority
0
required
true
row_attr
[]
submitted
false
translation_domain
null
unique_block_prefix
"_user_register"
valid
true
value
App\Entity\User {#3204
  -id: null
  -username: null
  -password: null
  -plainPassword: null
  -email: null
  -newEmail: null
  -roles: []
  -firstname: null
  -lastname: null
  -newsletterAccepted: false
  -termsAccepted: false
  -isValid: false
  -confirmationToken: null
  -shortcuts: null
  -lastLogin: null
  -locale: null
  -birthday: null
  -description: null
  -city: null
  -gender: null
  -pictureName: null
  -pictureFile: null
  -adminGroup: null
  -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …}
  -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …}
  -access: Doctrine\Common\Collections\ArrayCollection {#3162 …}
  -passwordRequestAt: null
  #enabled: false
  -pages: null
  #comeFrom: null
  #displayScenario: null
  -phone: null
  -infoSharedInNeopse: false
  #createdAt: null
  #updatedAt: null
}