' . esc_html__('A Brute Force Attack is when a hacker tries many combinations of usernames and passwords until they succeed in guessing the right combination.', 'all-in-one-wp-security-and-firewall').'
' . esc_html__('Due to the fact that at any one time there may be many concurrent login attempts occurring on your site via malicious automated robots, this also has a negative impact on your server\'s memory and performance.', 'all-in-one-wp-security-and-firewall').'
' . esc_html__('The features in this tab will stop the majority of brute force login attacks thus providing even better protection for your WP login page.', 'all-in-one-wp-security-and-firewall') . '

'; ?>
' . esc_html__('Read our tutorial on how to use the cookie-based brute force prevention feature', 'all-in-one-wp-security-and-firewall') . ''; /* translators: %s: Tutorial link. */ $info_msg = sprintf(esc_html__('%s.', 'all-in-one-wp-security-and-firewall'), $tutorial_link); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Data already escaped. echo '

' . $info_msg . '

'; ?>
include_template('notices/cookie-based-brute-force-prevention-disabled.php'); } ?>

output_feature_details_badge("firewall-enable-brute-force-attack-prevention"); ?>