Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

public function buildForm(array $form, FormStateInterface $form_state) { $form["\x6..

Decoded Output download

<?    public function buildForm(array $form, FormStateInterface $form_state) { 
    $form["markup_start"] = 
      [ 
        "#markup" => "<div class="mo_saml_table_layout_1"><div class="mo_saml_table_layout mo_saml_container">
                    <h2>Advance Settings</h2><hr/>", 
        "#attached" => ["library" => ["miniorange_saml_idp/miniorange_saml_idp.admin"]], 
      ]; 
    $nf = Utilities::isCustomerRegistered($form, $form_state); 
    $form["mo_saml_idp_more_emails"] = 
      [ 
        "#type" => "details", 
        "#title" => $this->t("Add additional emails"), 
        "#open" => TRUE, 
        "#disabled" => $nf, 
        "#attributes" => [ 
          "style" => "padding:0% 2%; margin-bottom:2%", 
        ], 
      ]; 
    $form["mo_saml_idp_more_emails"]["mo_saml_more_email_markup"] = ["#markup" => "<div class="mo_saml_highlight_background_note"><b>NOTE: </b> Add additional emails here to get alert about module deactivation status. <br><br>In case the miniOrange SAML IDP module will be deactivated for any reason the IDP services will be stopped. To avoid this inconvenience an emergency mail will be sent to the following user about the deactivation of the module.</div><br>"]; 
    $form["mo_saml_idp_more_emails"]["mo_saml_additional_email_textbox"] = ["#type" => "textarea", "#default_value" => \Drupal::config("miniorange_saml_idp.settings")->get("mo_saml_idp_additional_emails"), "#attributes" => ["style" => "width:90%;", "placeholder" => $this->t("Add comma separated emails here (e.g: [email protected], [email protected])")]]; 
    $form["mo_saml_idp_more_emails"]["mo_saml_email_save"] = ["#type" => "submit", "#button_type" => "primary", "#value" => $this->t("Save Emails"), "#submit" => ["::miniorange_additional_emails"], "#limit_validation_errors" => []]; 
    $form["mo_saml_idp_import_export_configurations"] = ["#type" => "details", "#title" => t("Import/Export configurations"), "#open" => TRUE, "#attributes" => ["style" => "padding:0% 2%; margin-bottom:2%"]]; 
    $form["mo_saml_idp_import_export_configurations"]["markup_1"] = ["#markup" => "<br><div class="mo_saml_highlight_background_note"><p><b>NOTE: </b>This tab will help you to transfer your module configurations when you change your Drupal instance.\xd\xa                        <br>Example: When you switch from test environment to production.<br>Follow these 3 simple steps to do that:<br>
                        <br><strong>1.</strong> Download module configuration file by clicking on the Download Configuration button given below.
\xa                        <br><strong>2.</strong> Install the module on new Drupal instance.<br><strong>3.</strong> Upload the configuration file in Import module Configurations section.<br>
\xa                        <br><b>And just like that, all your module configurations will be transferred!</b></p></div>"]; 
    $form["mo_saml_idp_import_export_configurations"]["markup_top"] = ["#markup" => "<br><br><div class="mo_saml_sp_font_for_sub_heading">Export Configuration</div><hr/><p>\xd\xa                        Click on the button below to download module configuration.</p>"]; 
    global $base_url; 
    $Eb = \Drupal::config("miniorange_saml_idp.settings")->get("miniorange_saml_base_url"); 
    $Fu = isset($Eb) && !empty($Eb) ? $Eb : $base_url; 
    $BV = FALSE; 
    if (!self::miniorange_saml_is_sp_configured()) { 
      goto J7; 
    } 
    $form["mo_saml_idp_import_export_configurations"]["miniorange_saml_imo_option_export"] = ["#markup" => "<div class="mo_saml_configure_message">Please <a href="" . $Fu . "/admin/config/people/miniorange_saml_idp/sp_setup">configure the plugin</a> first to export the configurations</div><br>"]; 
    $BV = TRUE; 
    J7: 
        $form["mo_saml_idp_import_export_configurations"]["miniorange_saml_imo_option_exists_export"] = ["#type" => "submit", "#value" => t("Download Configuration"), "#button_type" => "primary", "#prefix" => "<td>", "#suffix" => "</td>", "#submit" => ["::miniorange_export"], "#limit_validation_errors" => [], "#disabled" => $BV || $nf]; 
    $form["mo_saml_idp_import_export_configurations"]["markup_import"] = ["#markup" => "<br/><br/><br/><br/><div class="mo_saml_sp_font_for_sub_heading">Import Configuration</div><hr/><p>This tab will help you to<span style="font-weight: bold"> Import your module configurations</span> when you change your Drupal instance.</p>
                <p>choose <b>"json"</b> Extened module configuration file and upload by clicking on the button given below. </p><br/>"]; 
    $form["mo_saml_idp_import_export_configurations"]["import_Config_file"] = ["#type" => "file", "#disabled" => $nf]; 
    $form["mo_saml_idp_import_export_configurations"]["miniorange_saml_idp_import"] = ["#type" => "submit", "#value" => t("Upload"), "#submit" => ["::miniorange_import_Config"], "#limit_validation_errors" => [], "#disabled" => $nf, "#suffix" => "<br><br>"]; 
    $Sr = \Drupal::config("miniorange_saml_idp.settings"); 
    $nf = Utilities::isCustomerRegistered($form, $form_state); 
    $form["mo_saml_idp_custom_certificate"] = ["#type" => "details", "#title" => t("Custom Certificate ( Add or Generate Custom Certificate ) "), "#attributes" => ["style" => "padding:0% 2%; margin-bottom:6%"]]; 
    $form["mo_saml_idp_custom_certificate"]["markup_top"] = ["#markup" => t("<br><div class="mo_saml_idp_font_SP_setup_for_heading">You can add or generate custom certificate from here.</div><br><div class="mo_saml_sp_font_for_sub_heading">Add Custom Certificate</div><hr><br>")]; 
    $form["mo_saml_idp_custom_certificate"]["miniorange_saml_private_certificate"] = ["#type" => "textarea", "#title" => t("X.509 Private Certificate"), "#disabled" => $nf, "#attributes" => ["style" => "width:80%;"], "#default_value" => $Sr->get("miniorange_saml_private_certificate"), "#description" => t("<strong>Note :</strong> Format of the Private key:<br /><strong>-----BEGIN PRIVATE KEY-----<br />
\xa                    XXXXXXXXXXXXXXXXXXXXXXXXXXX<br />-----END PRIVATE KEY-----</strong><br /><br />")]; 
    $form["mo_saml_idp_custom_certificate"]["miniorange_saml_publ_certificate"] = ["#type" => "textarea", "#title" => t("X.509 Public Certificate "), "#disabled" => $nf, "#attributes" => ["style" => "width:80%;"], "#default_value" => $Sr->get("miniorange_saml_publ_certificate"), "#description" => t("<strong>Note :</strong> Format of the certificate:<br><strong>-----BEGIN CERTIFICATE-----<br />
\xa                    XXXXXXXXXXXXXXXXXXXXXXXXXXX<br />-----END CERTIFICATE-----</strong><br><br>")]; 
    $form["mo_saml_idp_custom_certificate"]["save_config_elements"] = ["#type" => "submit", "#name" => "submit", "#button_type" => "primary", "#value" => t("Upload"), "#submit" => ["::submitForm"], "#limit_validation_errors" => [["miniorange_saml_publ_certificate"], ["miniorange_saml_private_certificate"]], "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["save_config_elements1"] = ["#type" => "submit", "#value" => t("Reset"), "#submit" => ["::miniorange_saml_reset_custom_certificate"], "#suffix" => "<br><br><br>", "#limit_validation_errors" => [], "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["generate_certificate_markup"] = ["#markup" => t("<br><br><div class="mo_saml_sp_font_for_sub_heading">Generate Custom Certificate</div><hr><br>")]; 
    $form["mo_saml_idp_custom_certificate"]["mo_saml_country_code_text"] = ["#type" => "textfield", "#title" => t("Country Code:"), "#description" => t("<b>Note: </b>Check your country code <a target="_blank" href="https://www.digicert.com/kb/ssl-certificate-country-codes.htm">here</a>."), "#attributes" => ["style" => "width:80%;", "placeholder" => t("Enter Country code ( eg. US, CA, IN etc )")], "#default_value" => $Sr->get("mo_saml_country_code_text"), "#required" => TRUE, "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["mo_saml_certificate_state_name"] = ["#type" => "textfield", "#title" => t("State:"), "#attributes" => ["style" => "width:80%; margin-bottom:1.5%;", "placeholder" => t("State Name")], "#default_value" => $Sr->get("mo_saml_certificate_state_name"), "#required" => TRUE, "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["mo_saml_certificate_company_name"] = ["#type" => "textfield", "#title" => t("Company:"), "#attributes" => ["style" => "width:80%; margin-bottom:1.5%;", "placeholder" => t("Company Name")], "#default_value" => $Sr->get("mo_saml_certificate_company_name"), "#required" => TRUE, "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["miniorange_saml_unit_name"] = ["#type" => "textfield", "#title" => t("Unit:"), "#attributes" => ["style" => "width:80%; margin-bottom:1.5%;", "placeholder" => t("Unit name")], "#default_value" => $Sr->get("miniorange_saml_unit_name"), "#required" => TRUE, "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["mo_saml_certificate_common_name"] = ["#type" => "textfield", "#title" => t("Common:"), "#attributes" => ["style" => "width:80%; margin-bottom:1.5%;", "placeholder" => t("Common Name")], "#default_value" => $Sr->get("mo_saml_certificate_common_name"), "#required" => TRUE, "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["mo_saml_select_digest_algo"] = ["#type" => "select", "#title" => t("Digest Algorithm:"), "#options" => ["sha512" => t("SHA512"), "sha384" => t("SHA384"), "sha256" => t("SHA256"), "sha1" => t("SHA1")], "#default_value" => $Sr->get("mo_saml_select_digest_algo"), "#attributes" => ["style" => "width:80%;height:29px;margin-bottom:1.5%;"], "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["mo_saml_select_private_key_bit"] = ["#type" => "select", "#title" => t("Bits to generate the private key:"), "#options" => ["2048" => t("2048 bits"), "1024" => t("1024 bits")], "#default_value" => $Sr->get("mo_saml_select_private_key_bit"), "#attributes" => ["style" => "width:80%;height:29px;margin-bottom:1.5%;"], "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["mo_saml_select_valid_days"] = ["#type" => "select", "#title" => t("Valid Days:"), "#options" => ["365" => t("365 days"), "180" => t("180 days"), "90" => t("90 days"), "45" => t("45 days"), "30" => t("30 days"), "15" => t("15 days"), "7" => t("7 days")], "#default_value" => $Sr->get("mo_saml_select_valid_days"), "#attributes" => ["style" => "width:80%;height:29px;margin-bottom:1.5%;"], "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["generate_config_elements"] = ["#type" => "submit", "#button_type" => "primary", "#value" => t("Generate Certificate"), "#prefix" => "<br><br>", "#submit" => ["::miniorange_saml_generate_custom_certificate"], "#disabled" => $nf]; 
    $form["mo_saml_idp_custom_certificate"]["clear_genrate_certificate_data"] = ["#type" => "submit", "#value" => t("Clear Data"), "#suffix" => "<br><br></div>", "#submit" => ["::miniorange_saml_clear_genrate_certificate_data"], "#disabled" => $nf]; 
    Utilities::twoFactorAdvertisement($form, $form_state); 
    return $form; 
  } ?>

Did this file decode correctly?

Original Code

  public function buildForm(array $form, FormStateInterface $form_state) {
    $form["\x6d\141\x72\153\165\160\137\163\164\x61\162\x74"] =
      [
        "\x23\155\x61\162\x6b\x75\160" => "\x3c\x64\151\x76\x20\x63\x6c\141\x73\163\75\x22\155\x6f\137\x73\141\x6d\154\x5f\x74\141\x62\154\145\137\154\141\x79\157\x75\x74\137\x31\42\x3e\74\144\151\x76\40\143\x6c\x61\163\x73\x3d\42\x6d\157\137\163\x61\x6d\x6c\x5f\164\x61\142\x6c\x65\x5f\x6c\141\171\x6f\x75\x74\40\155\x6f\137\x73\141\x6d\x6c\x5f\143\x6f\x6e\x74\141\151\156\145\x72\42\76\15\12\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x3c\x68\x32\76\101\x64\166\141\x6e\143\x65\40\123\x65\x74\164\x69\x6e\147\x73\74\57\x68\x32\x3e\74\150\162\x2f\x3e",
        "\43\141\164\x74\141\x63\x68\x65\x64" => ["\x6c\151\x62\x72\x61\x72\x79" => ["\155\151\156\151\157\x72\141\x6e\x67\x65\x5f\x73\141\155\x6c\137\x69\x64\160\x2f\155\151\x6e\x69\157\x72\x61\x6e\x67\x65\137\163\141\155\154\x5f\151\144\x70\x2e\141\x64\x6d\151\156"]],
      ];
    $nf = Utilities::isCustomerRegistered($form, $form_state);
    $form["\155\x6f\x5f\x73\141\155\x6c\137\x69\x64\160\137\155\x6f\x72\145\137\x65\155\141\x69\x6c\x73"] =
      [
        "\x23\x74\171\x70\x65" => "\144\x65\x74\x61\x69\154\x73",
        "\x23\x74\151\164\154\145" => $this->t("\101\x64\144\x20\x61\144\144\x69\164\x69\x6f\x6e\141\154\40\x65\x6d\x61\151\154\163"),
        "\x23\157\160\145\156" => TRUE,
        "\43\144\151\x73\141\x62\x6c\145\x64" => $nf,
        "\43\141\x74\x74\162\x69\x62\165\x74\x65\163" => [
          "\163\164\x79\154\x65" => "\160\x61\x64\144\x69\156\147\x3a\x30\45\x20\62\45\x3b\x20\155\141\x72\x67\x69\x6e\55\x62\157\164\x74\157\155\72\x32\45",
        ],
      ];
    $form["\155\157\137\163\x61\x6d\154\x5f\x69\x64\x70\x5f\155\157\x72\x65\x5f\145\x6d\141\x69\154\x73"]["\x6d\157\137\x73\x61\155\154\137\155\157\162\145\x5f\x65\x6d\x61\x69\x6c\137\155\141\x72\x6b\165\160"] = ["\43\155\x61\162\153\165\160" => "\x3c\x64\151\x76\x20\x63\154\141\163\163\75\42\x6d\x6f\137\163\x61\x6d\154\137\150\x69\x67\x68\x6c\151\x67\150\164\x5f\142\141\x63\x6b\x67\162\157\165\x6e\x64\x5f\156\157\164\145\x22\76\74\x62\76\x4e\117\124\105\x3a\x20\74\57\142\76\40\x41\144\144\x20\x61\144\x64\x69\x74\151\157\x6e\141\x6c\40\x65\155\141\151\x6c\163\x20\x68\x65\162\145\x20\164\157\40\147\x65\164\40\141\154\x65\x72\164\x20\x61\142\x6f\165\164\40\155\157\144\165\x6c\x65\x20\x64\x65\x61\143\164\x69\x76\x61\x74\x69\157\x6e\40\163\x74\141\x74\x75\x73\x2e\40\74\142\162\76\74\142\162\76\111\156\40\143\141\163\x65\x20\x74\150\x65\40\x6d\151\156\x69\x4f\x72\x61\156\147\145\x20\x53\101\x4d\x4c\40\x49\x44\x50\x20\x6d\x6f\x64\x75\154\145\40\x77\151\x6c\x6c\40\142\145\x20\144\145\141\143\164\151\x76\141\164\x65\144\x20\x66\157\162\x20\x61\156\x79\x20\162\145\141\x73\x6f\x6e\x20\164\x68\x65\x20\111\x44\120\40\163\145\x72\x76\151\143\x65\x73\x20\167\151\x6c\x6c\x20\142\x65\40\x73\164\x6f\160\160\145\144\56\x20\124\157\40\x61\166\x6f\x69\x64\40\164\x68\151\163\40\x69\156\x63\157\x6e\x76\x65\x6e\151\x65\156\x63\x65\x20\x61\x6e\40\x65\x6d\x65\162\x67\145\156\143\x79\x20\x6d\141\151\x6c\x20\167\151\154\154\40\142\x65\x20\x73\x65\156\x74\40\x74\x6f\x20\164\x68\145\40\146\x6f\x6c\154\157\x77\151\x6e\147\x20\165\163\x65\x72\40\141\x62\157\165\x74\x20\164\150\x65\40\144\145\141\143\x74\x69\x76\x61\x74\151\x6f\x6e\x20\x6f\146\x20\x74\x68\x65\40\155\x6f\x64\165\x6c\x65\x2e\74\x2f\x64\151\x76\x3e\x3c\142\x72\76"];
    $form["\155\x6f\x5f\x73\x61\155\x6c\137\x69\x64\x70\x5f\155\x6f\162\x65\137\145\155\141\x69\x6c\163"]["\155\157\137\163\141\155\154\x5f\141\x64\144\151\x74\x69\x6f\156\x61\x6c\137\x65\x6d\141\151\x6c\x5f\164\145\x78\164\142\x6f\170"] = ["\43\164\171\160\x65" => "\x74\145\170\x74\x61\x72\145\141", "\x23\x64\145\x66\x61\x75\x6c\x74\137\166\x61\154\165\x65" => \Drupal::config("\x6d\x69\x6e\151\x6f\x72\141\156\x67\x65\x5f\x73\141\155\x6c\x5f\x69\144\x70\x2e\x73\x65\164\x74\x69\x6e\x67\x73")->get("\155\157\137\x73\141\155\154\x5f\x69\144\160\x5f\x61\x64\144\x69\x74\151\x6f\156\x61\x6c\137\x65\x6d\141\x69\x6c\163"), "\43\x61\164\x74\x72\151\x62\x75\164\145\163" => ["\x73\x74\171\x6c\145" => "\167\x69\x64\164\x68\72\71\60\45\x3b", "\160\154\141\x63\x65\x68\157\154\x64\x65\x72" => $this->t("\101\144\x64\40\x63\x6f\155\155\141\40\x73\x65\160\x61\162\x61\164\145\x64\40\x65\155\x61\151\x6c\163\40\150\145\162\x65\40\x28\x65\x2e\147\x3a\40\165\163\x65\x72\x40\x65\x78\x61\x6d\x70\154\x65\x2e\143\157\155\54\x20\141\144\x6d\151\x6e\100\x65\x78\141\x6d\x70\154\x65\x2e\x63\157\155\51")]];
    $form["\155\x6f\x5f\163\x61\155\x6c\137\x69\x64\160\137\x6d\x6f\x72\145\x5f\x65\155\141\x69\x6c\163"]["\155\x6f\x5f\163\x61\x6d\154\137\x65\155\x61\x69\154\137\163\x61\166\x65"] = ["\x23\x74\x79\160\x65" => "\163\x75\142\155\x69\164", "\x23\142\x75\x74\x74\157\156\137\x74\171\160\145" => "\x70\162\x69\155\141\162\x79", "\x23\166\x61\x6c\165\145" => $this->t("\123\x61\166\145\40\105\155\x61\151\154\163"), "\43\163\x75\x62\x6d\151\164" => ["\x3a\72\155\x69\156\151\157\162\141\156\147\145\137\x61\x64\x64\151\x74\x69\157\156\141\154\137\x65\x6d\x61\151\x6c\163"], "\43\154\151\x6d\151\164\137\x76\x61\x6c\151\x64\x61\164\151\157\156\x5f\x65\x72\x72\x6f\162\x73" => []];
    $form["\155\157\137\x73\141\x6d\154\137\151\x64\x70\137\x69\155\160\157\x72\164\137\x65\x78\x70\157\x72\164\x5f\x63\x6f\156\146\151\x67\165\162\141\x74\x69\157\156\x73"] = ["\43\164\171\160\145" => "\144\x65\x74\x61\151\x6c\163", "\x23\164\x69\x74\x6c\x65" => t("\111\155\160\x6f\x72\164\x2f\x45\x78\160\x6f\162\x74\40\x63\x6f\156\x66\151\147\165\162\141\164\151\157\156\x73"), "\x23\157\160\145\156" => TRUE, "\43\141\x74\x74\162\x69\142\x75\x74\145\163" => ["\163\x74\171\x6c\145" => "\160\141\144\x64\151\156\x67\x3a\60\x25\x20\x32\x25\x3b\40\155\x61\x72\147\x69\x6e\55\142\157\x74\164\157\x6d\x3a\x32\x25"]];
    $form["\x6d\157\137\x73\x61\155\154\x5f\x69\x64\160\137\x69\155\160\x6f\x72\164\137\145\170\x70\x6f\162\x74\137\x63\157\x6e\146\x69\147\165\x72\x61\x74\x69\x6f\x6e\x73"]["\x6d\141\x72\153\x75\160\x5f\x31"] = ["\43\x6d\141\x72\153\x75\160" => "\x3c\x62\162\x3e\x3c\x64\151\166\x20\x63\154\141\163\163\75\x22\155\x6f\x5f\163\x61\x6d\x6c\137\x68\x69\x67\150\x6c\x69\x67\150\164\x5f\142\141\x63\153\x67\162\x6f\x75\x6e\144\x5f\156\157\164\x65\42\76\x3c\160\76\74\142\76\116\x4f\x54\x45\72\x20\x3c\57\142\x3e\x54\x68\151\163\x20\164\x61\142\40\167\x69\x6c\154\40\150\x65\154\x70\x20\171\x6f\165\40\x74\x6f\40\x74\x72\x61\x6e\x73\x66\145\162\x20\x79\157\165\x72\40\x6d\157\144\165\x6c\x65\40\143\157\x6e\x66\x69\x67\x75\162\141\164\x69\157\x6e\x73\40\x77\150\145\156\40\171\157\165\40\143\150\141\x6e\x67\145\x20\x79\157\x75\162\40\x44\x72\x75\160\141\x6c\x20\151\x6e\163\164\141\x6e\143\145\x2e\xd\xa\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x3c\x62\162\x3e\x45\x78\141\155\160\x6c\x65\72\40\x57\x68\145\x6e\x20\171\157\x75\40\x73\167\x69\164\143\x68\40\146\x72\x6f\x6d\40\x74\x65\163\x74\x20\x65\156\x76\151\x72\x6f\x6e\x6d\x65\156\x74\40\164\157\40\x70\x72\157\x64\x75\x63\164\x69\157\x6e\x2e\74\x62\x72\76\x46\157\x6c\x6c\157\167\40\x74\x68\145\163\x65\x20\x33\40\x73\151\x6d\160\x6c\145\x20\163\x74\145\x70\163\40\x74\x6f\40\144\157\40\x74\150\x61\164\72\x3c\x62\x72\76\15\12\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\74\x62\162\x3e\74\163\x74\162\157\x6e\147\76\61\56\74\57\163\x74\x72\x6f\x6e\x67\x3e\x20\104\x6f\167\156\154\x6f\x61\144\x20\x6d\x6f\144\x75\154\145\x20\x63\x6f\x6e\146\151\x67\x75\x72\141\164\151\157\156\x20\x66\x69\154\145\40\x62\x79\x20\143\154\x69\x63\153\x69\x6e\x67\x20\x6f\156\x20\x74\150\145\40\x44\157\167\x6e\154\x6f\x61\144\x20\103\157\156\x66\x69\147\165\x72\141\164\151\x6f\156\x20\x62\x75\x74\164\x6f\156\x20\147\151\166\145\156\x20\x62\145\154\x6f\167\x2e\15\xa\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\74\x62\x72\x3e\x3c\x73\x74\162\157\x6e\147\76\x32\x2e\x3c\x2f\163\x74\162\157\156\x67\76\40\111\x6e\x73\x74\x61\x6c\154\x20\164\150\x65\x20\155\x6f\x64\x75\154\x65\40\157\x6e\x20\156\145\x77\40\x44\x72\x75\160\141\154\x20\151\x6e\x73\x74\x61\156\143\145\56\x3c\142\x72\76\74\163\164\162\x6f\156\x67\76\x33\56\74\x2f\x73\164\x72\157\156\147\x3e\x20\x55\x70\154\157\x61\x64\x20\164\x68\x65\x20\x63\157\156\x66\151\x67\165\x72\x61\164\x69\x6f\x6e\40\x66\151\154\145\40\151\x6e\x20\111\x6d\x70\x6f\162\x74\x20\155\157\144\165\x6c\x65\40\x43\x6f\x6e\146\x69\x67\165\162\x61\164\151\157\156\163\x20\163\145\x63\164\151\157\156\x2e\x3c\x62\x72\x3e\15\xa\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\40\40\x3c\x62\162\x3e\x3c\x62\x3e\x41\156\x64\x20\152\x75\163\x74\x20\x6c\x69\x6b\x65\x20\x74\150\141\164\54\40\x61\x6c\154\40\x79\x6f\x75\x72\x20\155\157\144\x75\x6c\x65\x20\143\157\x6e\146\x69\147\x75\x72\141\164\x69\x6f\156\163\x20\x77\x69\x6c\x6c\x20\x62\x65\40\x74\x72\141\x6e\163\x66\x65\162\x72\x65\144\41\x3c\57\x62\x3e\x3c\57\160\76\x3c\57\144\151\166\x3e"];
    $form["\155\x6f\137\163\x61\155\154\137\151\144\160\137\151\155\160\157\162\164\x5f\145\170\160\x6f\x72\x74\x5f\x63\x6f\156\146\151\147\x75\x72\x61\x74\151\157\156\x73"]["\x6d\x61\x72\x6b\x75\160\x5f\164\x6f\160"] = ["\43\155\141\x72\x6b\165\x70" => "\x3c\x62\162\76\x3c\142\x72\x3e\74\x64\x69\166\40\143\x6c\x61\163\x73\x3d\x22\155\157\137\163\141\155\x6c\137\x73\x70\137\x66\157\x6e\x74\x5f\146\157\162\137\x73\x75\x62\137\x68\x65\x61\x64\x69\x6e\x67\x22\x3e\x45\x78\160\157\162\x74\x20\x43\x6f\x6e\x66\x69\x67\x75\x72\141\164\x69\x6f\x6e\74\57\x64\x69\166\76\74\150\x72\57\x3e\74\x70\x3e\xd\xa\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x43\x6c\151\143\153\x20\157\156\40\x74\x68\x65\x20\142\165\x74\164\157\x6e\x20\x62\x65\154\157\x77\40\x74\x6f\40\144\x6f\167\156\154\157\141\144\x20\x6d\157\x64\165\x6c\x65\40\143\x6f\x6e\x66\151\x67\x75\x72\x61\164\151\x6f\x6e\x2e\74\x2f\160\76"];
    global $base_url;
    $Eb = \Drupal::config("\155\x69\156\151\x6f\x72\141\x6e\x67\145\137\163\x61\x6d\x6c\137\x69\x64\x70\x2e\x73\x65\164\164\151\156\x67\x73")->get("\x6d\151\156\151\157\162\141\x6e\147\x65\x5f\x73\x61\x6d\x6c\137\x62\141\163\x65\137\165\162\154");
    $Fu = isset($Eb) && !empty($Eb) ? $Eb : $base_url;
    $BV = FALSE;
    if (!self::miniorange_saml_is_sp_configured()) {
      goto J7;
    }
    $form["\155\157\x5f\163\x61\155\x6c\x5f\151\x64\160\x5f\x69\x6d\x70\157\162\x74\x5f\x65\x78\x70\157\x72\164\x5f\143\157\156\x66\151\x67\x75\x72\x61\164\151\x6f\x6e\163"]["\x6d\151\156\151\x6f\162\x61\156\x67\x65\137\163\141\155\x6c\x5f\151\155\x6f\x5f\x6f\x70\x74\151\157\156\x5f\x65\170\160\x6f\162\x74"] = ["\x23\x6d\141\162\x6b\165\160" => "\74\144\151\166\x20\143\154\x61\x73\x73\x3d\42\155\157\x5f\163\141\x6d\x6c\x5f\143\x6f\156\x66\x69\x67\x75\162\x65\x5f\155\145\x73\163\x61\x67\x65\42\x3e\120\x6c\x65\141\x73\145\40\74\x61\40\150\162\x65\146\75\x22" . $Fu . "\57\141\144\x6d\151\x6e\x2f\x63\157\x6e\146\x69\147\57\x70\145\157\x70\154\x65\x2f\x6d\x69\x6e\151\x6f\162\x61\x6e\x67\145\137\163\x61\155\154\x5f\x69\x64\x70\57\163\x70\137\163\x65\164\x75\160\42\76\x63\157\156\x66\151\x67\x75\x72\145\x20\164\150\x65\x20\x70\154\165\147\151\x6e\74\57\x61\x3e\40\x66\x69\x72\x73\x74\x20\164\157\40\x65\x78\x70\157\162\164\40\x74\150\145\40\143\x6f\156\x66\x69\147\165\162\141\x74\x69\157\156\163\x3c\57\x64\x69\x76\76\74\x62\162\x3e"];
    $BV = TRUE;
    J7:
        $form["\155\157\x5f\x73\141\x6d\154\137\x69\x64\x70\137\151\x6d\160\157\x72\x74\x5f\x65\170\160\x6f\162\x74\x5f\x63\157\x6e\x66\151\x67\165\162\141\164\x69\157\x6e\x73"]["\x6d\x69\156\151\157\x72\x61\x6e\x67\x65\137\163\141\155\x6c\x5f\151\x6d\157\x5f\x6f\160\164\151\x6f\x6e\137\145\170\151\163\164\x73\137\x65\170\x70\x6f\162\164"] = ["\43\164\x79\160\145" => "\163\165\142\x6d\151\x74", "\43\166\x61\154\x75\145" => t("\x44\157\167\156\154\x6f\x61\144\40\103\157\156\x66\x69\x67\x75\162\141\164\151\x6f\156"), "\x23\142\165\164\164\x6f\x6e\137\x74\171\160\145" => "\160\162\x69\155\141\162\171", "\43\x70\162\x65\146\x69\x78" => "\74\x74\144\x3e", "\43\x73\x75\x66\146\x69\170" => "\x3c\x2f\x74\x64\76", "\43\x73\165\x62\x6d\x69\x74" => ["\x3a\72\x6d\151\156\151\x6f\x72\141\x6e\x67\x65\x5f\x65\x78\160\157\x72\164"], "\43\154\x69\155\151\164\137\166\x61\x6c\x69\144\141\x74\x69\157\156\137\x65\x72\x72\x6f\x72\x73" => [], "\43\144\x69\x73\141\142\154\145\x64" => $BV || $nf];
    $form["\x6d\157\137\x73\x61\x6d\154\137\151\x64\x70\x5f\151\155\160\x6f\162\x74\x5f\x65\170\x70\157\x72\164\137\x63\x6f\156\x66\151\147\x75\162\x61\164\151\157\x6e\x73"]["\155\x61\162\x6b\x75\x70\x5f\x69\155\x70\x6f\x72\x74"] = ["\x23\155\141\162\153\x75\160" => "\74\142\162\57\x3e\74\142\162\x2f\x3e\x3c\x62\162\x2f\x3e\74\142\162\57\x3e\x3c\144\x69\166\x20\143\x6c\141\163\163\75\42\x6d\x6f\x5f\163\x61\x6d\x6c\x5f\163\160\137\x66\x6f\x6e\164\x5f\146\x6f\x72\x5f\x73\165\x62\137\150\x65\x61\144\151\156\147\x22\x3e\x49\x6d\x70\x6f\162\164\x20\x43\157\x6e\146\x69\x67\165\x72\141\x74\x69\157\156\x3c\x2f\144\x69\166\x3e\x3c\150\x72\57\x3e\74\x70\x3e\124\150\151\x73\x20\164\141\142\40\167\151\154\154\40\x68\145\154\x70\40\171\157\165\x20\164\x6f\74\163\x70\141\156\40\163\x74\x79\154\x65\x3d\42\x66\157\156\164\55\x77\145\x69\x67\x68\x74\x3a\40\x62\157\x6c\144\x22\x3e\40\111\155\160\x6f\162\164\x20\x79\157\x75\x72\40\x6d\x6f\144\165\154\x65\40\143\x6f\156\146\151\x67\165\x72\141\x74\151\157\156\163\x3c\57\x73\160\x61\156\x3e\40\167\x68\145\x6e\x20\x79\157\165\x20\x63\150\x61\x6e\x67\x65\40\171\157\165\x72\x20\x44\x72\165\x70\x61\154\40\x69\156\163\164\x61\x6e\143\145\x2e\x3c\57\160\76\15\12\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x3c\x70\76\143\150\x6f\157\163\x65\x20\74\x62\x3e\42\x6a\x73\x6f\x6e\x22\x3c\57\142\x3e\x20\x45\170\x74\x65\x6e\x65\x64\x20\155\157\144\165\x6c\x65\x20\x63\x6f\156\x66\x69\x67\x75\162\141\x74\x69\157\156\x20\146\151\x6c\145\40\141\x6e\x64\40\x75\160\154\157\141\144\x20\x62\171\x20\143\154\151\x63\x6b\x69\x6e\x67\x20\157\156\40\164\150\x65\x20\142\x75\x74\x74\x6f\156\x20\x67\x69\166\145\x6e\x20\x62\145\x6c\x6f\x77\56\x20\x3c\57\x70\76\74\x62\162\x2f\76"];
    $form["\x6d\x6f\137\x73\141\155\x6c\137\x69\x64\160\x5f\151\155\x70\157\162\164\x5f\145\x78\160\x6f\x72\164\x5f\143\x6f\156\x66\x69\147\x75\x72\x61\x74\151\x6f\156\163"]["\151\x6d\160\x6f\162\x74\137\103\x6f\156\146\151\x67\137\146\151\x6c\x65"] = ["\43\164\x79\160\x65" => "\x66\151\x6c\x65", "\x23\x64\151\x73\141\x62\154\145\144" => $nf];
    $form["\155\157\137\163\x61\x6d\154\137\x69\x64\x70\137\151\x6d\160\x6f\162\x74\x5f\x65\x78\160\x6f\x72\164\137\143\x6f\x6e\146\151\147\x75\162\141\164\x69\157\x6e\x73"]["\155\x69\x6e\151\157\162\141\x6e\x67\145\137\x73\x61\x6d\x6c\137\151\144\160\x5f\151\155\x70\157\x72\164"] = ["\43\x74\x79\160\145" => "\163\x75\142\155\x69\164", "\43\x76\141\154\165\145" => t("\x55\160\x6c\x6f\141\x64"), "\x23\x73\x75\142\x6d\151\x74" => ["\72\72\x6d\151\x6e\x69\157\x72\x61\156\147\x65\137\x69\x6d\160\157\x72\x74\137\103\157\x6e\146\151\x67"], "\43\x6c\151\x6d\151\x74\x5f\x76\141\154\151\x64\141\x74\x69\x6f\x6e\x5f\145\x72\162\157\162\x73" => [], "\x23\144\151\163\x61\142\x6c\145\x64" => $nf, "\x23\x73\x75\x66\146\x69\x78" => "\x3c\142\x72\x3e\x3c\x62\162\x3e"];
    $Sr = \Drupal::config("\155\151\x6e\x69\157\162\141\x6e\x67\145\137\x73\x61\155\x6c\137\151\x64\x70\x2e\163\145\x74\164\151\x6e\147\163");
    $nf = Utilities::isCustomerRegistered($form, $form_state);
    $form["\x6d\157\137\x73\141\155\154\137\x69\144\160\x5f\x63\165\163\164\x6f\x6d\137\143\x65\162\x74\151\x66\151\x63\x61\164\x65"] = ["\x23\x74\x79\x70\x65" => "\x64\145\164\141\x69\154\x73", "\43\164\151\x74\154\x65" => t("\x43\x75\x73\x74\x6f\x6d\40\x43\x65\162\x74\x69\x66\x69\143\x61\164\145\40\x28\40\101\x64\144\x20\x6f\162\40\x47\145\x6e\x65\x72\141\x74\145\40\103\x75\x73\164\x6f\155\40\103\145\x72\x74\x69\146\x69\x63\x61\164\x65\40\x29\40"), "\x23\141\164\x74\162\151\142\165\x74\x65\x73" => ["\x73\x74\x79\x6c\x65" => "\160\141\144\144\x69\x6e\x67\x3a\x30\45\x20\x32\45\73\x20\155\x61\162\x67\x69\156\55\x62\x6f\164\x74\x6f\x6d\x3a\x36\x25"]];
    $form["\155\157\x5f\x73\141\155\x6c\x5f\151\x64\160\x5f\143\x75\x73\164\x6f\155\137\x63\x65\162\x74\151\x66\x69\143\x61\x74\145"]["\x6d\141\x72\153\x75\x70\x5f\x74\x6f\x70"] = ["\43\x6d\141\162\x6b\165\x70" => t("\74\x62\162\76\x3c\144\151\166\x20\x63\154\x61\x73\x73\x3d\42\155\157\x5f\x73\141\x6d\154\x5f\151\x64\x70\x5f\x66\157\156\164\x5f\x53\120\x5f\x73\145\164\165\x70\137\x66\x6f\x72\137\150\x65\x61\144\x69\156\147\x22\x3e\131\x6f\165\x20\x63\141\156\x20\x61\144\144\x20\157\162\40\x67\145\156\x65\x72\141\164\x65\40\x63\x75\x73\164\157\155\x20\143\x65\162\x74\x69\146\151\x63\141\164\145\40\146\x72\157\155\x20\x68\x65\162\145\56\74\57\x64\x69\x76\x3e\74\x62\x72\76\x3c\144\151\x76\40\x63\x6c\141\x73\163\x3d\42\x6d\x6f\137\163\141\x6d\154\137\x73\x70\x5f\146\x6f\x6e\164\137\x66\157\x72\137\x73\x75\142\x5f\150\145\141\144\x69\x6e\x67\42\76\x41\x64\x64\40\103\165\x73\x74\x6f\x6d\40\x43\x65\162\164\x69\146\x69\x63\x61\x74\x65\x3c\57\x64\151\166\76\x3c\150\162\x3e\74\142\162\x3e")];
    $form["\155\x6f\x5f\x73\141\155\154\x5f\x69\x64\160\x5f\x63\x75\x73\164\x6f\x6d\137\143\x65\x72\x74\x69\x66\x69\143\x61\x74\x65"]["\x6d\151\156\x69\157\162\x61\156\147\x65\x5f\x73\x61\x6d\x6c\x5f\x70\162\x69\x76\x61\x74\145\x5f\143\x65\162\x74\151\x66\x69\143\141\164\x65"] = ["\x23\164\x79\160\x65" => "\164\145\170\164\x61\162\145\141", "\43\164\151\164\154\145" => t("\130\x2e\65\60\71\x20\120\x72\151\x76\141\164\x65\x20\103\145\x72\164\151\146\151\143\x61\x74\x65"), "\x23\x64\151\163\x61\x62\x6c\x65\144" => $nf, "\x23\141\164\164\162\151\142\x75\x74\145\x73" => ["\x73\x74\171\154\x65" => "\x77\151\144\x74\x68\72\70\60\x25\x3b"], "\x23\x64\145\x66\141\165\x6c\164\x5f\x76\x61\154\165\x65" => $Sr->get("\x6d\151\156\151\157\x72\x61\156\147\145\137\x73\141\155\x6c\137\160\162\x69\x76\x61\x74\x65\x5f\x63\x65\x72\x74\x69\146\x69\x63\x61\164\145"), "\43\x64\x65\x73\143\x72\x69\160\x74\151\x6f\156" => t("\x3c\163\x74\x72\157\x6e\147\76\116\x6f\x74\x65\x20\72\74\x2f\163\x74\162\157\156\x67\76\40\x46\x6f\162\x6d\141\164\40\157\146\40\164\150\145\x20\x50\x72\x69\166\x61\164\x65\40\x6b\x65\171\x3a\74\142\162\x20\x2f\x3e\x3c\x73\x74\x72\x6f\x6e\147\x3e\55\x2d\x2d\x2d\x2d\102\105\x47\x49\116\40\120\122\x49\x56\101\124\105\x20\x4b\105\x59\55\55\x2d\55\55\74\142\162\x20\x2f\x3e\15\xa\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\130\x58\130\x58\x58\130\130\x58\130\x58\130\130\x58\130\130\x58\x58\x58\x58\130\130\x58\x58\130\130\x58\x58\74\x62\162\x20\57\x3e\55\x2d\55\55\55\105\116\x44\40\x50\x52\111\126\101\x54\105\x20\x4b\105\131\55\55\x2d\55\55\74\x2f\163\x74\162\157\x6e\x67\x3e\74\142\162\40\57\76\x3c\142\x72\x20\57\76")];
    $form["\x6d\x6f\137\163\141\155\x6c\137\x69\x64\x70\137\x63\165\163\164\x6f\155\137\x63\x65\x72\164\x69\x66\x69\x63\141\x74\145"]["\x6d\151\156\151\157\162\141\x6e\147\x65\137\163\x61\x6d\154\x5f\160\x75\x62\x6c\x5f\143\x65\x72\164\x69\x66\x69\143\x61\x74\x65"] = ["\43\164\x79\160\x65" => "\164\145\x78\164\141\162\145\x61", "\x23\164\x69\x74\154\145" => t("\130\x2e\x35\x30\71\40\x50\165\x62\154\151\x63\40\x43\145\x72\164\x69\x66\151\143\x61\x74\145\40"), "\43\144\x69\x73\141\x62\154\145\144" => $nf, "\x23\141\x74\164\x72\x69\142\165\164\145\163" => ["\163\x74\x79\x6c\145" => "\x77\x69\x64\x74\x68\x3a\x38\x30\45\73"], "\x23\144\x65\x66\141\165\154\x74\x5f\166\x61\154\x75\x65" => $Sr->get("\x6d\x69\156\x69\x6f\x72\x61\x6e\x67\145\137\163\x61\155\x6c\137\x70\165\142\x6c\137\143\145\x72\x74\x69\146\151\x63\x61\x74\145"), "\43\x64\145\163\x63\x72\x69\x70\x74\151\157\x6e" => t("\74\163\164\162\x6f\156\147\x3e\116\x6f\x74\x65\40\x3a\74\57\163\x74\162\x6f\156\x67\76\x20\x46\157\162\x6d\141\164\40\x6f\146\40\164\x68\145\40\143\x65\162\164\x69\146\x69\x63\141\x74\x65\x3a\74\x62\x72\x3e\x3c\x73\164\162\157\156\x67\x3e\55\x2d\55\55\55\102\x45\107\111\x4e\40\x43\105\122\x54\111\106\111\103\101\124\105\x2d\55\55\55\x2d\74\x62\162\40\x2f\x3e\15\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\130\130\130\x58\x58\x58\x58\x58\130\130\x58\130\x58\130\x58\x58\x58\130\130\130\130\130\x58\x58\x58\x58\x58\74\x62\162\40\57\76\55\x2d\x2d\x2d\x2d\x45\x4e\x44\40\103\x45\122\124\111\106\111\x43\101\x54\x45\x2d\55\x2d\x2d\x2d\74\57\x73\164\x72\x6f\156\147\76\x3c\x62\162\x3e\x3c\142\162\76")];
    $form["\155\x6f\137\163\x61\x6d\x6c\137\x69\x64\x70\137\x63\x75\x73\x74\157\155\137\x63\x65\162\164\x69\146\x69\143\141\164\x65"]["\163\141\166\x65\x5f\143\x6f\156\x66\151\x67\x5f\x65\x6c\145\155\145\x6e\164\x73"] = ["\43\x74\171\160\x65" => "\163\x75\x62\155\x69\x74", "\43\x6e\x61\x6d\x65" => "\163\165\142\155\151\164", "\43\142\165\x74\164\x6f\x6e\x5f\164\x79\160\x65" => "\160\162\151\x6d\x61\x72\x79", "\43\166\x61\x6c\165\145" => t("\125\x70\154\157\x61\144"), "\x23\x73\x75\x62\x6d\x69\x74" => ["\x3a\x3a\163\165\142\x6d\x69\x74\x46\x6f\162\155"], "\x23\x6c\x69\155\151\x74\137\166\x61\154\x69\x64\141\x74\x69\x6f\156\x5f\145\162\x72\x6f\162\x73" => [["\x6d\151\x6e\151\x6f\x72\141\156\x67\145\137\x73\141\x6d\154\x5f\x70\x75\142\154\x5f\x63\x65\162\164\x69\x66\x69\x63\141\x74\145"], ["\x6d\151\x6e\x69\157\x72\141\x6e\147\x65\137\163\x61\155\x6c\137\x70\162\151\166\x61\x74\x65\x5f\x63\x65\x72\x74\151\146\x69\x63\x61\x74\x65"]], "\43\144\151\163\141\x62\x6c\145\144" => $nf];
    $form["\x6d\157\x5f\163\x61\155\154\x5f\151\x64\x70\x5f\x63\x75\163\x74\x6f\155\x5f\143\x65\162\x74\x69\146\x69\143\141\164\145"]["\163\141\166\145\137\x63\x6f\156\146\151\x67\137\x65\x6c\x65\155\x65\156\x74\163\x31"] = ["\43\164\x79\x70\x65" => "\163\165\x62\x6d\151\x74", "\x23\x76\141\154\165\x65" => t("\122\145\x73\x65\x74"), "\43\x73\165\x62\155\x69\x74" => ["\x3a\x3a\x6d\151\156\151\157\162\x61\x6e\147\x65\x5f\x73\141\155\154\137\x72\x65\x73\x65\x74\137\143\165\x73\164\x6f\155\x5f\143\145\162\164\151\x66\x69\x63\141\164\145"], "\43\163\x75\x66\146\151\x78" => "\x3c\142\x72\x3e\74\x62\162\76\x3c\142\162\76", "\x23\x6c\x69\x6d\151\164\137\x76\x61\x6c\x69\x64\x61\x74\x69\x6f\x6e\x5f\x65\x72\x72\157\162\x73" => [], "\43\144\151\163\141\142\x6c\x65\144" => $nf];
    $form["\155\157\137\163\x61\x6d\154\x5f\151\144\160\137\143\165\163\164\x6f\x6d\137\x63\145\162\x74\x69\x66\151\x63\x61\164\145"]["\147\145\156\x65\x72\x61\164\x65\137\143\145\162\164\x69\x66\x69\x63\x61\164\x65\x5f\155\x61\162\153\x75\x70"] = ["\x23\155\141\x72\153\x75\x70" => t("\74\142\162\x3e\x3c\x62\162\x3e\74\144\151\x76\40\143\x6c\x61\163\163\x3d\42\x6d\157\137\163\141\155\x6c\x5f\x73\x70\x5f\x66\157\156\164\137\x66\157\162\137\163\165\x62\137\150\145\141\x64\151\x6e\147\x22\x3e\x47\145\156\145\x72\141\164\x65\40\x43\x75\x73\x74\x6f\x6d\x20\103\145\x72\x74\x69\x66\151\143\141\164\145\x3c\x2f\144\x69\166\76\x3c\150\x72\x3e\74\142\162\76")];
    $form["\x6d\x6f\137\163\141\155\x6c\x5f\x69\144\160\137\x63\x75\163\x74\157\155\137\x63\x65\x72\x74\x69\146\x69\143\x61\x74\145"]["\155\157\x5f\163\141\155\x6c\137\143\x6f\x75\x6e\164\x72\171\137\143\x6f\x64\x65\x5f\164\x65\170\164"] = ["\43\x74\171\x70\x65" => "\x74\x65\x78\x74\146\x69\145\x6c\x64", "\43\x74\x69\x74\154\145" => t("\x43\157\x75\x6e\x74\162\171\x20\103\x6f\144\x65\72"), "\43\x64\x65\163\143\x72\151\x70\164\x69\x6f\x6e" => t("\74\142\76\116\x6f\164\x65\72\40\x3c\x2f\142\76\x43\x68\145\143\x6b\40\x79\x6f\x75\x72\40\143\x6f\165\156\164\162\171\x20\x63\157\x64\x65\x20\x3c\141\x20\x74\x61\x72\x67\x65\x74\x3d\42\137\142\x6c\x61\156\x6b\42\40\150\162\145\x66\75\x22\x68\164\x74\160\163\72\57\57\x77\x77\x77\x2e\x64\151\x67\151\x63\145\162\x74\56\143\x6f\x6d\57\x6b\x62\57\163\x73\x6c\x2d\143\x65\x72\x74\151\x66\151\143\141\164\145\55\x63\157\165\156\164\162\171\x2d\x63\157\144\145\x73\x2e\150\x74\155\42\x3e\150\x65\162\145\x3c\57\141\x3e\x2e"), "\x23\x61\164\x74\x72\151\142\165\164\x65\163" => ["\x73\164\x79\154\145" => "\x77\151\x64\164\x68\x3a\70\60\x25\x3b", "\x70\x6c\x61\143\145\150\157\154\x64\145\162" => t("\x45\156\164\x65\162\40\103\x6f\165\156\x74\162\x79\40\x63\x6f\x64\145\x20\50\x20\x65\x67\x2e\40\x55\x53\54\40\103\x41\x2c\x20\x49\116\x20\145\164\x63\40\x29")], "\43\144\x65\146\141\165\x6c\x74\x5f\x76\141\154\165\x65" => $Sr->get("\x6d\157\137\x73\141\x6d\x6c\x5f\143\157\165\156\164\x72\171\x5f\x63\x6f\144\145\x5f\x74\x65\170\164"), "\x23\x72\x65\161\165\x69\x72\145\x64" => TRUE, "\43\144\x69\163\x61\x62\x6c\145\x64" => $nf];
    $form["\155\157\137\163\x61\155\x6c\137\151\144\160\137\143\165\163\x74\x6f\155\137\x63\x65\162\164\x69\146\x69\143\x61\164\145"]["\x6d\157\x5f\x73\141\155\x6c\x5f\x63\x65\162\x74\151\x66\151\x63\141\164\145\x5f\x73\x74\141\x74\x65\137\156\141\x6d\145"] = ["\43\164\171\160\x65" => "\x74\x65\170\164\x66\x69\145\x6c\144", "\x23\x74\151\x74\154\x65" => t("\x53\164\141\164\x65\72"), "\43\x61\164\x74\x72\x69\x62\x75\x74\145\163" => ["\x73\x74\x79\154\x65" => "\x77\151\x64\164\x68\x3a\70\60\x25\x3b\x20\155\141\x72\x67\x69\156\x2d\142\x6f\164\x74\x6f\155\72\x31\56\x35\45\x3b", "\160\154\141\143\145\150\157\154\144\145\162" => t("\x53\x74\141\x74\145\x20\x4e\x61\155\145")], "\43\x64\x65\146\141\165\x6c\164\x5f\166\141\x6c\x75\x65" => $Sr->get("\x6d\x6f\x5f\163\x61\x6d\154\137\x63\145\x72\x74\x69\x66\x69\x63\141\x74\145\x5f\x73\164\x61\x74\145\137\156\141\x6d\145"), "\x23\x72\x65\x71\165\x69\162\x65\144" => TRUE, "\x23\144\x69\x73\x61\x62\154\145\144" => $nf];
    $form["\x6d\157\137\163\141\155\154\137\151\x64\160\x5f\x63\165\163\164\x6f\x6d\137\x63\x65\162\164\x69\x66\151\143\141\x74\x65"]["\155\x6f\137\x73\141\155\x6c\137\143\x65\162\x74\x69\146\x69\x63\x61\x74\145\x5f\x63\x6f\x6d\x70\141\x6e\x79\137\x6e\x61\x6d\145"] = ["\x23\x74\x79\160\145" => "\x74\x65\170\x74\146\x69\x65\154\x64", "\x23\x74\x69\x74\x6c\145" => t("\x43\x6f\x6d\160\x61\156\171\72"), "\43\141\x74\x74\162\151\x62\165\164\145\x73" => ["\163\x74\171\x6c\x65" => "\x77\x69\144\x74\150\x3a\x38\x30\45\73\40\155\x61\x72\147\151\156\55\x62\157\x74\164\x6f\155\72\x31\x2e\x35\x25\x3b", "\160\154\x61\x63\x65\150\157\154\x64\x65\x72" => t("\x43\157\x6d\x70\141\x6e\171\x20\x4e\141\x6d\x65")], "\x23\x64\145\x66\141\x75\154\164\x5f\x76\141\x6c\x75\145" => $Sr->get("\155\157\x5f\x73\141\155\x6c\x5f\x63\145\162\164\x69\x66\151\x63\141\x74\x65\137\143\x6f\x6d\x70\141\156\171\x5f\x6e\x61\x6d\x65"), "\x23\162\x65\x71\165\151\162\x65\x64" => TRUE, "\x23\x64\151\x73\141\142\154\145\144" => $nf];
    $form["\155\157\137\163\141\x6d\x6c\137\151\x64\160\137\x63\x75\163\x74\157\155\x5f\x63\x65\162\164\151\x66\151\x63\x61\x74\145"]["\155\151\x6e\151\x6f\x72\x61\x6e\x67\145\x5f\163\x61\155\x6c\137\165\156\151\164\x5f\156\141\155\x65"] = ["\43\164\171\160\145" => "\x74\x65\170\164\146\x69\x65\x6c\x64", "\x23\x74\151\x74\x6c\145" => t("\x55\x6e\x69\164\72"), "\x23\141\164\x74\x72\151\x62\165\x74\145\x73" => ["\163\164\171\154\145" => "\167\151\144\x74\150\72\x38\60\45\73\40\x6d\x61\162\147\x69\x6e\x2d\x62\157\164\x74\x6f\x6d\x3a\61\x2e\x35\x25\73", "\160\154\141\143\x65\x68\157\154\144\145\x72" => t("\x55\156\151\x74\x20\x6e\x61\x6d\x65")], "\x23\144\x65\146\x61\165\154\x74\137\x76\x61\x6c\165\145" => $Sr->get("\x6d\x69\x6e\x69\157\162\141\x6e\x67\145\137\x73\x61\x6d\154\137\165\x6e\151\x74\x5f\156\141\155\x65"), "\x23\162\x65\161\x75\x69\x72\145\x64" => TRUE, "\43\144\x69\x73\141\x62\154\x65\144" => $nf];
    $form["\x6d\x6f\137\x73\x61\x6d\x6c\137\151\144\x70\x5f\x63\x75\x73\164\157\x6d\137\x63\145\x72\x74\151\146\151\143\x61\x74\145"]["\x6d\x6f\137\163\141\155\x6c\x5f\x63\x65\x72\x74\x69\x66\x69\143\141\164\145\x5f\x63\x6f\155\x6d\x6f\x6e\137\156\x61\155\145"] = ["\x23\x74\x79\x70\145" => "\164\145\x78\x74\146\x69\x65\x6c\144", "\x23\x74\x69\164\154\x65" => t("\103\157\x6d\x6d\157\x6e\x3a"), "\43\141\164\x74\x72\x69\x62\x75\164\x65\x73" => ["\163\x74\x79\154\x65" => "\167\x69\x64\x74\x68\72\x38\x30\x25\73\40\x6d\141\162\x67\x69\x6e\55\x62\157\x74\164\157\x6d\72\x31\x2e\x35\x25\x3b", "\x70\154\141\143\145\150\x6f\x6c\x64\x65\x72" => t("\x43\x6f\155\x6d\157\156\40\x4e\x61\155\145")], "\x23\x64\145\x66\x61\x75\154\x74\137\166\141\154\165\145" => $Sr->get("\x6d\x6f\137\x73\141\155\x6c\137\143\x65\x72\164\151\146\x69\x63\141\164\x65\137\x63\x6f\155\155\157\156\x5f\156\x61\155\145"), "\43\162\145\x71\165\x69\x72\x65\x64" => TRUE, "\43\x64\151\163\x61\142\x6c\145\144" => $nf];
    $form["\155\x6f\x5f\x73\141\x6d\154\137\151\x64\160\137\x63\165\x73\x74\157\155\137\x63\145\162\x74\151\x66\151\x63\141\164\145"]["\155\157\x5f\x73\x61\155\x6c\x5f\163\x65\154\x65\143\x74\x5f\144\x69\147\145\163\164\x5f\141\154\x67\157"] = ["\43\164\x79\x70\x65" => "\x73\145\x6c\145\143\164", "\43\x74\x69\x74\154\145" => t("\104\x69\147\x65\x73\164\40\x41\154\x67\157\x72\151\164\150\x6d\72"), "\43\x6f\160\164\x69\x6f\x6e\x73" => ["\163\150\141\65\x31\62" => t("\123\x48\101\65\x31\x32"), "\163\150\141\63\x38\x34" => t("\123\110\101\x33\70\64"), "\x73\150\x61\x32\65\x36" => t("\123\x48\x41\x32\x35\x36"), "\163\x68\x61\61" => t("\123\x48\101\61")], "\x23\x64\145\x66\x61\165\x6c\164\137\166\x61\x6c\165\x65" => $Sr->get("\155\x6f\137\163\x61\x6d\154\x5f\x73\145\x6c\x65\143\164\137\x64\x69\147\x65\x73\164\x5f\141\x6c\147\157"), "\x23\x61\164\164\x72\x69\x62\165\164\x65\x73" => ["\x73\x74\171\154\145" => "\167\151\x64\x74\x68\72\x38\60\x25\73\150\145\151\147\150\164\x3a\62\71\x70\170\x3b\155\x61\162\147\151\156\x2d\142\157\x74\164\157\x6d\x3a\x31\56\65\45\73"], "\x23\x64\x69\x73\x61\x62\154\145\144" => $nf];
    $form["\x6d\x6f\137\163\141\x6d\x6c\x5f\151\x64\160\x5f\x63\x75\163\164\157\x6d\x5f\x63\145\x72\164\151\x66\151\143\x61\x74\x65"]["\155\x6f\x5f\163\141\x6d\x6c\x5f\x73\x65\154\145\143\164\137\160\162\x69\x76\141\x74\x65\x5f\153\145\171\x5f\142\151\x74"] = ["\x23\x74\x79\x70\145" => "\x73\145\154\x65\143\164", "\43\164\x69\x74\x6c\145" => t("\102\151\x74\163\40\164\x6f\40\x67\x65\156\x65\x72\141\164\x65\40\x74\150\145\x20\160\x72\151\166\141\x74\x65\40\153\145\x79\x3a"), "\x23\x6f\x70\x74\151\157\156\163" => ["\62\60\x34\x38" => t("\62\x30\64\x38\x20\x62\x69\164\163"), "\x31\60\62\64" => t("\x31\x30\62\64\40\x62\151\164\x73")], "\43\x64\145\x66\x61\x75\x6c\x74\x5f\166\x61\154\165\145" => $Sr->get("\155\x6f\137\x73\141\155\154\x5f\163\145\154\145\143\164\x5f\x70\162\x69\166\x61\164\x65\137\x6b\145\x79\x5f\142\151\x74"), "\x23\141\164\x74\162\151\142\x75\164\x65\163" => ["\163\x74\x79\154\x65" => "\x77\151\x64\164\x68\x3a\x38\x30\x25\73\150\145\151\x67\150\164\72\x32\x39\160\170\73\x6d\141\x72\x67\x69\156\x2d\142\x6f\x74\164\x6f\155\x3a\x31\x2e\65\45\73"], "\x23\x64\x69\x73\x61\142\154\x65\x64" => $nf];
    $form["\x6d\x6f\x5f\163\x61\155\x6c\x5f\151\x64\160\137\x63\x75\x73\x74\157\155\137\x63\145\162\x74\151\146\151\143\x61\164\x65"]["\x6d\157\x5f\x73\141\x6d\154\137\163\x65\x6c\x65\x63\164\137\166\141\x6c\151\144\137\x64\x61\x79\163"] = ["\43\x74\x79\x70\145" => "\x73\x65\154\x65\x63\164", "\x23\164\151\x74\x6c\145" => t("\126\141\154\151\144\40\x44\x61\171\163\72"), "\43\157\160\x74\151\157\156\x73" => ["\63\66\65" => t("\63\66\x35\x20\x64\x61\x79\163"), "\x31\x38\60" => t("\x31\x38\60\x20\144\141\x79\x73"), "\71\x30" => t("\71\60\40\x64\141\x79\x73"), "\64\x35" => t("\x34\65\x20\144\x61\x79\x73"), "\x33\x30" => t("\x33\60\40\144\x61\x79\x73"), "\61\65" => t("\61\x35\40\x64\x61\171\x73"), "\x37" => t("\67\x20\144\x61\171\163")], "\x23\x64\145\x66\x61\x75\x6c\164\137\x76\141\x6c\x75\x65" => $Sr->get("\155\157\x5f\x73\x61\x6d\x6c\x5f\x73\145\x6c\145\x63\164\x5f\x76\x61\x6c\151\x64\x5f\144\x61\171\163"), "\x23\141\164\x74\x72\x69\142\x75\164\145\163" => ["\163\164\x79\154\x65" => "\167\x69\144\x74\150\72\70\x30\x25\x3b\x68\x65\x69\147\x68\164\72\x32\x39\x70\x78\73\x6d\141\162\x67\151\156\55\x62\157\164\x74\x6f\155\x3a\x31\56\65\x25\73"], "\43\x64\x69\x73\x61\142\x6c\145\144" => $nf];
    $form["\x6d\157\x5f\x73\x61\x6d\154\x5f\x69\x64\160\137\x63\x75\163\164\x6f\x6d\x5f\x63\x65\162\164\x69\146\151\x63\141\164\145"]["\147\145\156\x65\162\141\164\145\137\x63\x6f\156\146\x69\147\x5f\x65\154\145\x6d\145\x6e\x74\x73"] = ["\43\164\171\160\x65" => "\x73\165\x62\155\x69\x74", "\43\142\165\x74\164\157\x6e\137\164\171\x70\x65" => "\160\x72\x69\x6d\141\x72\171", "\x23\x76\141\154\165\145" => t("\x47\x65\x6e\145\162\141\164\145\40\103\x65\x72\164\151\146\x69\x63\x61\164\145"), "\x23\160\x72\145\146\x69\x78" => "\74\x62\x72\76\74\142\162\x3e", "\x23\x73\x75\x62\x6d\151\x74" => ["\x3a\72\x6d\151\156\x69\x6f\x72\x61\x6e\x67\145\x5f\163\x61\x6d\154\x5f\x67\x65\x6e\145\x72\141\x74\x65\137\143\x75\163\x74\x6f\155\x5f\143\145\162\164\x69\x66\151\x63\x61\164\x65"], "\43\144\151\x73\141\142\154\145\144" => $nf];
    $form["\x6d\157\137\x73\x61\155\154\137\x69\x64\x70\x5f\x63\165\163\x74\x6f\x6d\137\143\145\x72\x74\x69\x66\x69\143\141\x74\x65"]["\x63\154\x65\x61\162\x5f\147\145\x6e\x72\x61\x74\x65\x5f\x63\x65\x72\164\x69\146\x69\x63\141\164\145\x5f\144\x61\164\x61"] = ["\43\164\171\x70\x65" => "\163\165\142\x6d\151\x74", "\43\166\x61\x6c\165\145" => t("\103\x6c\145\x61\162\x20\104\x61\164\x61"), "\43\163\x75\146\x66\151\170" => "\x3c\x62\x72\76\x3c\x62\x72\76\x3c\57\x64\151\x76\x3e", "\x23\x73\165\142\x6d\x69\164" => ["\72\x3a\155\151\x6e\x69\157\162\141\156\147\x65\137\x73\x61\x6d\154\x5f\143\x6c\x65\x61\x72\x5f\x67\x65\x6e\162\141\x74\x65\x5f\x63\145\x72\x74\151\x66\151\x63\141\x74\x65\137\x64\x61\164\141"], "\x23\x64\x69\x73\141\142\x6c\145\144" => $nf];
    Utilities::twoFactorAdvertisement($form, $form_state);
    return $form;
  }

Function Calls

None

Variables

None

Stats

MD5 30862cf243aee6a99a997afc26f60b3b
Eval Count 0
Decode Time 74 ms