' . sprintf(__('If you are locked out by the HTTP authentication feature, define the following constant %s in wp-config.php to disable the feature.', 'all-in-one-wp-security-and-firewall'), 'define(\'AIOS_DISABLE_HTTP_AUTHENTICATION\', true);') . '

'; ?>
configs->get_value('aiowps_http_authentication_admin') && !$aio_wp_security->configs->get_value('aiowps_http_authentication_frontend')) { ?> configs->get_value('aiowps_http_authentication_username')) || (isset($_SERVER['PHP_AUTH_PW']) && $_SERVER['PHP_AUTH_PW'] != $aio_wp_security->configs->get_value('aiowps_http_authentication_password'))) { ?>

output_feature_details_badge('http-authentication-admin-frontend'); ?>
configs->get_value('aiowps_http_authentication_admin')); ?>
configs->get_value('aiowps_http_authentication_frontend')); ?>

' . __('1 sec', 'all-in-one-wp-security-and-firewall') . ''; $password_tool_link = '' . __('Password tool', 'all-in-one-wp-security-and-firewall') . ''; $hibp_link = '' . __('HIBP', 'all-in-one-wp-security-and-firewall') . ''; ?>
configs->get_value('aiowps_http_authentication_failure_message'); $aiowps_failure_message_raw = html_entity_decode($aiowps_failure_message, ENT_COMPAT, 'UTF-8'); wp_editor($aiowps_failure_message_raw, 'aiowps_http_authentication_failure_message'); ?>