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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#3996 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4000} |
| 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 | "Ma Collection pas chère" |
| 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() {#3994 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#3995 …} $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 {#4150 -form: Symfony\Component\Form\Form {#4057 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4137 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | null |
| id | "" |
| label | "Ma Collection pas chère" |
| 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 {#4043 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4043 +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 {#4043 +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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| 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) {#3979 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4000} |
| 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() {#3982 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#3980 …} $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 {#4159 -form: Symfony\Component\Form\Form {#4083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4161 …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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| 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) {#4015 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4000} |
| 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() {#3990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#3989 …} $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 {#4158 -form: Symfony\Component\Form\Form {#4080 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4157 …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 {#4155 …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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| 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) {#4034 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| empty_view_data | {#4000} |
| 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 {#4033 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() {#4038 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#4040 …} $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 {#4139 -form: Symfony\Component\Form\Form {#4085 …} -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 {#4156 …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 | "65e60857200f23e5e779005cad1fb9f.XoVPIQeqACGV6I5IZODTQrJNXnj7qb7GLbFy2MdIVGw.MvwOa0-ZNXajstgCANmADMEnCUrD_NyIYP8krI4dHVk45n11Xf1kSf3Z1w" |
| 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 | "65e60857200f23e5e779005cad1fb9f.XoVPIQeqACGV6I5IZODTQrJNXnj7qb7GLbFy2MdIVGw.MvwOa0-ZNXajstgCANmADMEnCUrD_NyIYP8krI4dHVk45n11Xf1kSf3Z1w" |
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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| data | "65e60857200f23e5e779005cad1fb9f.XoVPIQeqACGV6I5IZODTQrJNXnj7qb7GLbFy2MdIVGw.MvwOa0-ZNXajstgCANmADMEnCUrD_NyIYP8krI4dHVk45n11Xf1kSf3Z1w" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4140 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4000} |
| 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() {#4149 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#4142 …} $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 | "65e60857200f23e5e779005cad1fb9f.XoVPIQeqACGV6I5IZODTQrJNXnj7qb7GLbFy2MdIVGw.MvwOa0-ZNXajstgCANmADMEnCUrD_NyIYP8krI4dHVk45n11Xf1kSf3Z1w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4168 -form: Symfony\Component\Form\Form {#4164 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4153 …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 | "65e60857200f23e5e779005cad1fb9f.XoVPIQeqACGV6I5IZODTQrJNXnj7qb7GLbFy2MdIVGw.MvwOa0-ZNXajstgCANmADMEnCUrD_NyIYP8krI4dHVk45n11Xf1kSf3Z1w" |
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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| 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 | {#4000} |
| 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() {#4066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#4067 …} $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 {#4170 -form: Symfony\Component\Form\Form {#4121 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4171 …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 {#4060 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#4060 +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 {#4060 +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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| 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) {#4058 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4000} |
| 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() {#4048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#4056 …} $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 {#4172 -form: Symfony\Component\Form\Form {#4124 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4173 …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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4113 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4000} |
| 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() {#4115 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#4114 …} $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 {#4176 -form: Symfony\Component\Form\Form {#4129 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4177 …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 {#4180 …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 {#4181 …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 | "d5d0c58932bd0dc50e46b20.9pbGR1tWg5xZAswfPEaWAesu5AVlQFqLTh9ztx72xSA.rNmNKjYP9q0aMa4pVRD_LIlplmhUGQXufE4Ggky3nxLFoq0iEjPb6Gxtqw" |
| 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 | "d5d0c58932bd0dc50e46b20.9pbGR1tWg5xZAswfPEaWAesu5AVlQFqLTh9ztx72xSA.rNmNKjYP9q0aMa4pVRD_LIlplmhUGQXufE4Ggky3nxLFoq0iEjPb6Gxtqw" |
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 {#2000 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2012 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1995 …} -namespace: Closure() {#2011 …} } |
| data | "d5d0c58932bd0dc50e46b20.9pbGR1tWg5xZAswfPEaWAesu5AVlQFqLTh9ztx72xSA.rNmNKjYP9q0aMa4pVRD_LIlplmhUGQXufE4Ggky3nxLFoq0iEjPb6Gxtqw" |
| data_class | null |
| default_empty_data | null |
| disabled | false |
| disabled_value | null |
| disabling_switch | false |
| disabling_switch_event | null |
| empty_data | Closure(FormInterface $form) {#4175 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| empty_view_data | {#4000} |
| 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() {#4178 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1927 …} $message: Closure() {#4179 …} $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 | "d5d0c58932bd0dc50e46b20.9pbGR1tWg5xZAswfPEaWAesu5AVlQFqLTh9ztx72xSA.rNmNKjYP9q0aMa4pVRD_LIlplmhUGQXufE4Ggky3nxLFoq0iEjPb6Gxtqw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4191 -form: Symfony\Component\Form\Form {#4187 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4182 …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 | "d5d0c58932bd0dc50e46b20.9pbGR1tWg5xZAswfPEaWAesu5AVlQFqLTh9ztx72xSA.rNmNKjYP9q0aMa4pVRD_LIlplmhUGQXufE4Ggky3nxLFoq0iEjPb6Gxtqw" |