Forms
-
init_password
-
uid
-
email
-
password
-
first
-
second
-
-
token
-
_token
-
init_password
Form type:
"App\Form\InitPasswordType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "uid" => "perrin-b" "email" => "perrin.bastien00@gmail.com" "password" => "fcaELITE22--" "token" => "8b02f56d2f7ab30d274d48c7e7322096487ed32c61209a5cdfe3c90d691db9e8" ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| token | null |
same as passed value |
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 | [] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#676 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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_html | false |
| 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 |
| token | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#678 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#677 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "init_password" "_init_password" ] |
| cache_key | "_init_password_init_password" |
| compound | true |
| data | [ "uid" => "perrin-b" "email" => "perrin.bastien00@gmail.com" "password" => "fcaELITE22--" "token" => "8b02f56d2f7ab30d274d48c7e7322096487ed32c61209a5cdfe3c90d691db9e8" ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1053 -form: Symfony\Component\Form\Form {#742 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1054 …5} |
| full_name | "init_password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "init_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_init_password" |
| valid | true |
| value | [ "uid" => "perrin-b" "email" => "perrin.bastien00@gmail.com" "password" => "fcaELITE22--" "token" => "8b02f56d2f7ab30d274d48c7e7322096487ed32c61209a5cdfe3c90d691db9e8" ] |
uid
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "perrin-b" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Login" |
same as passed value |
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 | false |
| constraints | [] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#692 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Login" |
| 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() {#694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#693 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_init_password_uid" ] |
| cache_key | "_init_password_uid_text" |
| compound | false |
| data | "perrin-b" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1034 -form: Symfony\Component\Form\Form {#745 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1038 …5} |
| full_name | "init_password[uid]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password_uid" |
| label | "Login" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "uid" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_init_password_uid" |
| valid | true |
| value | "perrin-b" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "perrin.bastien00@gmail.com" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control email-field" "placeholder" => "Entrez votre adresse e-mail" "autoComplete" => "email" ] |
[ "class" => "form-control email-field" "placeholder" => "Entrez votre adresse e-mail" "autoComplete" => "email" ] |
| label | "Adresse e-mail" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control email-field" "placeholder" => "Entrez votre adresse e-mail" "autoComplete" => "email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#705 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Adresse e-mail" |
| 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() {#707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#706 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control email-field" "placeholder" => "Entrez votre adresse e-mail" "autoComplete" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_init_password_email" ] |
| cache_key | "_init_password_email_email" |
| compound | false |
| data | "perrin.bastien00@gmail.com" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#845 -form: Symfony\Component\Form\Form {#748 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#857 …5} |
| full_name | "init_password[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password_email" |
| label | "Adresse e-mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_init_password_email" |
| valid | true |
| value | "perrin.bastien00@gmail.com" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
| Property | Value |
|---|---|
| View Format |
[ "first" => "fcaELITE22--" "second" => "fcaELITE22--" ] |
| Normalized Format | "fcaELITE22--" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#684 +payload: null +groups: [ "Default" ] +message: "Le mot de passe est requis." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#685 +payload: null +groups: [ "Default" ] +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit contenir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 12 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#686 +payload: null +groups: [ "Default" ] +message: "Le mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z0-9]).+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#684 +payload: null +groups: [ "Default" ] +message: "Le mot de passe est requis." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#685 +payload: null +groups: [ "Default" ] +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit contenir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 12 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#686 +payload: null +groups: [ "Default" ] +message: "Le mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z0-9]).+$/" +htmlPattern: null +match: true +normalizer: null } ] |
| first_options | [ "label" => "Nouveau mot de passe" "attr" => [ "class" => "form-control password-field" "placeholder" => "Entrez votre nouveau mot de passe" ] "row_attr" => [ "class" => "input-group" ] ] |
[ "label" => "Nouveau mot de passe" "attr" => [ "class" => "form-control password-field" "placeholder" => "Entrez votre nouveau mot de passe" ] "row_attr" => [ "class" => "input-group" ] ] |
| invalid_message | "Les deux mots de passe ne correspondent pas." |
same as passed value |
| label | "Mot de passe" |
same as passed value |
| mapped | true |
same as passed value |
| second_options | [ "label" => "Confirmer le mot de passe" "attr" => [ "class" => "form-control password-field" "placeholder" => "Confirmez votre mot de passe" ] "row_attr" => [ "class" => "input-group" ] ] |
[ "label" => "Confirmer le mot de passe" "attr" => [ "class" => "form-control password-field" "placeholder" => "Confirmez votre mot de passe" ] "row_attr" => [ "class" => "input-group" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
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\Component\Validator\Constraints\NotBlank {#684 +payload: null +groups: [ "Default" ] +message: "Le mot de passe est requis." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#685 +payload: null +groups: [ "Default" ] +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit contenir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 12 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#686 +payload: null +groups: [ "Default" ] +message: "Le mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z0-9]).+$/" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#719 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Nouveau mot de passe" "attr" => [ "class" => "form-control password-field" "placeholder" => "Entrez votre nouveau mot de passe" ] "row_attr" => [ "class" => "input-group" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Les deux mots de passe ne correspondent pas." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => "Confirmer le mot de passe" "attr" => [ "class" => "form-control password-field" "placeholder" => "Confirmez votre mot de passe" ] "row_attr" => [ "class" => "input-group" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#721 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_init_password_password" ] |
| cache_key | "_init_password_password_repeated" |
| compound | true |
| data | "fcaELITE22--" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1055 -form: Symfony\Component\Form\Form {#772 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1044 …5} |
| full_name | "init_password[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password_password" |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_init_password_password" |
| valid | true |
| value | [ "first" => "fcaELITE22--" "second" => "fcaELITE22--" ] |
first
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "fcaELITE22--" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control password-field" "placeholder" => "Entrez votre nouveau mot de passe" ] |
[ "class" => "form-control password-field" "placeholder" => "Entrez votre nouveau mot de passe" ] |
| error_bubbling | false |
same as passed value |
| label | "Nouveau mot de passe" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "input-group" ] |
[ "class" => "input-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control password-field" "placeholder" => "Entrez votre nouveau mot de passe" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#757 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nouveau mot de passe" |
| 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 | [ "class" => "input-group" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#758 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control password-field" "placeholder" => "Entrez votre nouveau mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_init_password_password_first" ] |
| cache_key | "_init_password_password_first_password" |
| compound | false |
| data | "fcaELITE22--" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1059 -form: Symfony\Component\Form\Form {#775 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1058 …5} |
| full_name | "init_password[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password_password_first" |
| label | "Nouveau mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "input-group" ] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_init_password_password_first" |
| valid | true |
| value | "" |
second
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "fcaELITE22--" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control password-field" "placeholder" => "Confirmez votre mot de passe" ] |
[ "class" => "form-control password-field" "placeholder" => "Confirmez votre mot de passe" ] |
| error_bubbling | false |
same as passed value |
| label | "Confirmer le mot de passe" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "input-group" ] |
[ "class" => "input-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control password-field" "placeholder" => "Confirmez votre mot de passe" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Confirmer le mot de passe" |
| 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 | [ "class" => "input-group" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#766 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control password-field" "placeholder" => "Confirmez votre mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_init_password_password_second" ] |
| cache_key | "_init_password_password_second_password" |
| compound | false |
| data | "fcaELITE22--" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1126 -form: Symfony\Component\Form\Form {#778 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1060 …5} |
| full_name | "init_password[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password_password_second" |
| label | "Confirmer le mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "input-group" ] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_init_password_password_second" |
| valid | true |
| value | "" |
token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "8b02f56d2f7ab30d274d48c7e7322096487ed32c61209a5cdfe3c90d691db9e8" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | null |
same as passed value |
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 | false |
| constraints | [] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data | null |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#735 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_init_password_token" ] |
| cache_key | "_init_password_token_hidden" |
| compound | false |
| data | "8b02f56d2f7ab30d274d48c7e7322096487ed32c61209a5cdfe3c90d691db9e8" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1057 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1056 …5} |
| full_name | "init_password[token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_init_password_token" |
| valid | true |
| value | "8b02f56d2f7ab30d274d48c7e7322096487ed32c61209a5cdfe3c90d691db9e8" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "00bcc0801e613.zLyTdkK11I23r0dCIvw7977QCoLIUBLtmalmyK4tO2k.v_v9EjHRluyPySARD71VkNqgSfKZJ1qH4e4RquIUdD2CxsUXBvfg5-_bCg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "00bcc0801e613.zLyTdkK11I23r0dCIvw7977QCoLIUBLtmalmyK4tO2k.v_v9EjHRluyPySARD71VkNqgSfKZJ1qH4e4RquIUdD2CxsUXBvfg5-_bCg" |
same as passed value |
| mapped | false |
same as passed value |
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 | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#652 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#653 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#654 …} -namespace: Closure() {#656 …} } |
| data | "00bcc0801e613.zLyTdkK11I23r0dCIvw7977QCoLIUBLtmalmyK4tO2k.v_v9EjHRluyPySARD71VkNqgSfKZJ1qH4e4RquIUdD2CxsUXBvfg5-_bCg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#858 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $message: Closure() {#1128 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_init_password__token" ] |
| cache_key | "_init_password__token_hidden" |
| compound | false |
| data | "00bcc0801e613.zLyTdkK11I23r0dCIvw7977QCoLIUBLtmalmyK4tO2k.v_v9EjHRluyPySARD71VkNqgSfKZJ1qH4e4RquIUdD2CxsUXBvfg5-_bCg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1139 -form: Symfony\Component\Form\Form {#1135 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1130 …5} |
| full_name | "init_password[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "init_password__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_init_password__token" |
| valid | true |
| value | "00bcc0801e613.zLyTdkK11I23r0dCIvw7977QCoLIUBLtmalmyK4tO2k.v_v9EjHRluyPySARD71VkNqgSfKZJ1qH4e4RquIUdD2CxsUXBvfg5-_bCg" |