Forms
-
(no name)
-
email
-
passwd
-
submit_login
-
stay_logged_in
-
_token
-
-
request_password_reset
-
email_forgot
-
buttons
-
cancel
-
submit_login
-
-
_token
-
(no name)
Form type:
"PrestaShopBundle\Form\Admin\Login\LoginType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [
"email" => ""
] |
| 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 | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "login_form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#3786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | "@PrestaShop/Admin/Login/form_theme.html.twig" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Boutique presta3" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3772 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#3773 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [ "id" => "login_form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| column_breaker | false |
| compound | true |
| data | [
"email" => ""
] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4109 -form: Symfony\Component\Form\Form {#4016 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4096 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "" |
| label | "Boutique presta3" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | [
"email" => ""
] |
Form type:
"PrestaShopBundle\Form\Admin\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4002 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4002 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "Adresse e-mail" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "email-input" "data-invalid-message" => "Adresse e-mail invalide." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4002 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| data_list | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#3741 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| 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_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#3740 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "email-input" "data-invalid-message" => "Adresse e-mail invalide." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_email" ] |
| cache_key | "_email_email" |
| column_breaker | false |
| compound | false |
| data | "" |
| data_list | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4118 -form: Symfony\Component\Form\Form {#4042 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4120 …5} |
| full_name | "email" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "email" |
| label | "Adresse e-mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_email" |
| valid | true |
| value | "" |
passwd
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Mot de passe" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| data_list | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#2541 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#3726 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_passwd" ] |
| cache_key | "_passwd_password" |
| column_breaker | false |
| compound | false |
| data | null |
| data_list | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4117 -form: Symfony\Component\Form\Form {#4039 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4116 …5} |
| full_name | "passwd" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "passwd" |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "passwd" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_passwd" |
| valid | true |
| value | "" |
submit_login
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Se connecter" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Se connecter" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_submit_login" ] |
| cache_key | "_submit_login_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4114 …5} |
| full_name | "submit_login" |
| id | "submit_login" |
| label | "Se connecter" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit_login" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_submit_login" |
| value | null |
stay_logged_in
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| external_link | [ "href" => "#forgotten_password" "text" => "Mot de passe oublié" "open_in_new_tab" => false "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] ] |
[ "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] "align" => "left" "position" => "append" "open_in_new_tab" => false "href" => "#forgotten_password" "text" => "Mot de passe oublié" ] |
| label | "Rester connecté" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form, $viewData) {#3989 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| empty_view_data | {#3778} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | [ "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] "align" => "left" "position" => "append" "open_in_new_tab" => false "href" => "#forgotten_password" "text" => "Mot de passe oublié" ] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3992 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Rester connecté" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#3999 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_stay_logged_in" ] |
| cache_key | "_stay_logged_in_checkbox" |
| checked | false |
| column_breaker | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4098 -form: Symfony\Component\Form\Form {#4044 …} -errors: [] } |
| external_link | [ "attr" => [ "id" => "forgot-password-link" "class" => "show-forgot-password" ] "align" => "left" "position" => "append" "open_in_new_tab" => false "href" => "#forgotten_password" "text" => "Mot de passe oublié" ] |
| form | Symfony\Component\Form\FormView {#4115 …5} |
| full_name | "stay_logged_in" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "stay_logged_in" |
| label | "Rester connecté" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "stay_logged_in" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_stay_logged_in" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "755c12f7.J-DDX5HTnWCvAdDAkObRo4rjeYmM7exMpW50-jg4V4c.Fo66GeK6xS7VS7Gh5Y_o6b3bPbj2tKQd7S8gomhiBsYW0rUMo-rTFZ1gpw" |
| 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 | "755c12f7.J-DDX5HTnWCvAdDAkObRo4rjeYmM7exMpW50-jg4V4c.Fo66GeK6xS7VS7Gh5Y_o6b3bPbj2tKQd7S8gomhiBsYW0rUMo-rTFZ1gpw" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| 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 |
| column_breaker | false |
| columns_number | null |
| 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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data | "755c12f7.J-DDX5HTnWCvAdDAkObRo4rjeYmM7exMpW50-jg4V4c.Fo66GeK6xS7VS7Gh5Y_o6b3bPbj2tKQd7S8gomhiBsYW0rUMo-rTFZ1gpw" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4099 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| 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_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#4101 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
| cache_key | "__token_hidden" |
| column_breaker | false |
| compound | false |
| data | "755c12f7.J-DDX5HTnWCvAdDAkObRo4rjeYmM7exMpW50-jg4V4c.Fo66GeK6xS7VS7Gh5Y_o6b3bPbj2tKQd7S8gomhiBsYW0rUMo-rTFZ1gpw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4127 -form: Symfony\Component\Form\Form {#4123 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4112 …5} |
| full_name | "_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__token" |
| valid | true |
| value | "755c12f7.J-DDX5HTnWCvAdDAkObRo4rjeYmM7exMpW50-jg4V4c.Fo66GeK6xS7VS7Gh5Y_o6b3bPbj2tKQd7S8gomhiBsYW0rUMo-rTFZ1gpw" |
request_password_reset
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| 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 | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "forgot_password_form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4058 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | "@PrestaShop/Admin/Login/form_theme.html.twig" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe oublié ?" |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4025 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#4026 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [ "id" => "forgot_password_form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "request_password_reset" "_request_password_reset" ] |
| cache_key | "_request_password_reset_request_password_reset" |
| column_breaker | false |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4129 -form: Symfony\Component\Form\Form {#4080 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4130 …5} |
| full_name | "request_password_reset" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset" |
| label | "Mot de passe oublié ?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_tag_name | "h4" |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "request_password_reset" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset" |
| valid | true |
| value | [] |
email_forgot
Form type:
"PrestaShopBundle\Form\Admin\Type\EmailType"
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4019 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4019 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "Adresse e-mail" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "email-input" "data-invalid-message" => "Adresse e-mail invalide." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#4019 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| data_list | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4017 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | false |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| 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_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#4015 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "email-input" "data-invalid-message" => "Adresse e-mail invalide." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_request_password_reset_email_forgot" ] |
| cache_key | "_request_password_reset_email_forgot_email" |
| column_breaker | false |
| compound | false |
| data | null |
| data_list | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4131 -form: Symfony\Component\Form\Form {#4083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4132 …5} |
| full_name | "request_password_reset[email_forgot]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset_email_forgot" |
| label | "Adresse e-mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "email_forgot" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_email_forgot" |
| valid | true |
| value | null |
buttons
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| buttons | [ "cancel" => [ "type" => "Symfony\Component\Form\Extension\Core\Type\ButtonType" "options" => [ "label" => "Annuler" ] ] "submit_login" => [ "type" => "Symfony\Component\Form\Extension\Core\Type\SubmitType" "options" => [ "label" => "Envoyer un lien de réinitialisation" ] "group" => "right" ] ] |
[ "cancel" => [ "name" => "cancel" "options" => [ "label" => "Annuler" ] "group" => "default" "type" => "Symfony\Component\Form\Extension\Core\Type\ButtonType" ] "submit_login" => [ "name" => "submit_login" "options" => [ "label" => "Envoyer un lien de réinitialisation" ] "group" => "right" "type" => "Symfony\Component\Form\Extension\Core\Type\SubmitType" ] ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| buttons | [ "cancel" => [ "name" => "cancel" "options" => [ "label" => "Annuler" ] "group" => "default" "type" => "Symfony\Component\Form\Extension\Core\Type\ButtonType" ] "submit_login" => [ "name" => "submit_login" "options" => [ "label" => "Envoyer un lien de réinitialisation" ] "group" => "right" "type" => "Symfony\Component\Form\Extension\Core\Type\SubmitType" ] ] |
| by_reference | true |
| column_breaker | false |
| columns_number | null |
| 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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4072 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| inherit_data | false |
| inline_buttons_limit | null |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| justify_content | "space-between" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#4073 …} $translationDomain: "validators" } } |
| use_button_groups | false |
| use_default_themes | true |
| use_inline_labels | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "button_collection" "_request_password_reset_buttons" ] |
| button_groups | [ "default" => [ "cancel" ] "right" => [ "submit_login" ] ] |
| cache_key | "_request_password_reset_buttons_button_collection" |
| column_breaker | false |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4135 -form: Symfony\Component\Form\Form {#4088 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4136 …5} |
| full_name | "request_password_reset[buttons]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset_buttons" |
| inline_buttons_limit | null |
| justify_content | "space-between" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "buttons" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_buttons" |
| use_button_groups | false |
| use_inline_labels | true |
| valid | true |
| value | null |
cancel
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Annuler" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Annuler" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "_request_password_reset_buttons_cancel" ] |
| cache_key | "_request_password_reset_buttons_cancel_button" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4139 …5} |
| full_name | "request_password_reset[buttons][cancel]" |
| id | "request_password_reset_buttons_cancel" |
| label | "Annuler" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "cancel" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_buttons_cancel" |
| value | null |
submit_login
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Envoyer un lien de réinitialisation" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Envoyer un lien de réinitialisation" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_request_password_reset_buttons_submit_login" ] |
| cache_key | "_request_password_reset_buttons_submit_login_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4140 …5} |
| full_name | "request_password_reset[buttons][submit_login]" |
| id | "request_password_reset_buttons_submit_login" |
| label | "Envoyer un lien de réinitialisation" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit_login" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset_buttons_submit_login" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "28d4aba0c5342aa5019909d8a96c1e.PZCt4AYASRrUgQC5dJo5KFYWXJYr-izHl4nVxgvvZlY.BKnBgXA4DF-L6TGMQ9NXRzJ9JqAfw12O3-u2klKVEBx49p-RbnUBSOe4RQ" |
| 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 | "28d4aba0c5342aa5019909d8a96c1e.PZCt4AYASRrUgQC5dJo5KFYWXJYr-izHl4nVxgvvZlY.BKnBgXA4DF-L6TGMQ9NXRzJ9JqAfw12O3-u2klKVEBx49p-RbnUBSOe4RQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| alert_message | null |
| alert_position | "append" |
| alert_title | null |
| alert_type | "info" |
| 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 |
| column_breaker | false |
| columns_number | null |
| 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 {#2020 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2018 …} -namespace: Closure() {#2016 …} } |
| data | "28d4aba0c5342aa5019909d8a96c1e.PZCt4AYASRrUgQC5dJo5KFYWXJYr-izHl4nVxgvvZlY.BKnBgXA4DF-L6TGMQ9NXRzJ9JqAfw12O3-u2klKVEBx49p-RbnUBSOe4RQ" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4134 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#3778} |
| error_bubbling | true |
| error_mapping | [] |
| external_link | null |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_theme | null |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| 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_help_box | null |
| label_html | false |
| label_subtitle | null |
| label_tab | null |
| label_tag_name | null |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| modify_all_shops | false |
| multistore_configuration_key | null |
| multistore_dropdown | false |
| 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 | null |
| setter | null |
| switch_state_on_disable | "off" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1938 …} $message: Closure() {#4138 …} $translationDomain: "validators" } } |
| use_default_themes | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| alerts | [] |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_request_password_reset__token" ] |
| cache_key | "_request_password_reset__token_hidden" |
| column_breaker | false |
| compound | false |
| data | "28d4aba0c5342aa5019909d8a96c1e.PZCt4AYASRrUgQC5dJo5KFYWXJYr-izHl4nVxgvvZlY.BKnBgXA4DF-L6TGMQ9NXRzJ9JqAfw12O3-u2klKVEBx49p-RbnUBSOe4RQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4150 -form: Symfony\Component\Form\Form {#4146 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4141 …5} |
| full_name | "request_password_reset[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "request_password_reset__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multistore_dropdown | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_reset__token" |
| valid | true |
| value | "28d4aba0c5342aa5019909d8a96c1e.PZCt4AYASRrUgQC5dJo5KFYWXJYr-izHl4nVxgvvZlY.BKnBgXA4DF-L6TGMQ9NXRzJ9JqAfw12O3-u2klKVEBx49p-RbnUBSOe4RQ" |