' . esc_html__('An effective Brute Force prevention technique is to change the default WordPress login page URL.', 'all-in-one-wp-security-and-firewall') . '

' . '

' . esc_html__('Normally if you wanted to login to WordPress you would type your site\'s home URL followed by wp-login.php.', 'all-in-one-wp-security-and-firewall') . '

' . '

' . esc_html__('This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the wp-login.php to any string that you like.', 'all-in-one-wp-security-and-firewall') . '

' . '

' . esc_html__('By doing this, malicious bots and hackers will not be able to access your login page because they will not know the correct login page URL.', 'all-in-one-wp-security-and-firewall') . '

'; if (!is_multisite() || 1 == get_current_blog_id()) { $cookie_based_feature_url = '' . esc_html__('Cookie based brute force prevention', 'all-in-one-wp-security-and-firewall').''; $white_list_feature_url = '' . esc_html__('Login page white list', 'all-in-one-wp-security-and-firewall').''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- URLs escaped above. echo '

' . esc_html__('You may also be interested in the following alternative brute force prevention features:', 'all-in-one-wp-security-and-firewall') . '

' . $cookie_based_feature_url . '

' . $white_list_feature_url . '

'; } ?>
include_template('wp-admin/brute-force/partials/rename-login-notice.php', false, array('home_url' => $home_url)); ?>

output_feature_details_badge("bf-rename-login-page"); ?>
' . esc_html__('This feature can lock you out of admin if it doesn\'t work correctly on your site.', 'all-in-one-wp-security-and-firewall') . ' '. sprintf(esc_html__('Before activating this feature, you must read the following %s.', 'all-in-one-wp-security-and-firewall'), '' . esc_html__('message', 'all-in-one-wp-security-and-firewall').'') . '

'; echo '

' . esc_html__("NOTE: If you are hosting your site on WPEngine or a provider which performs server caching, you will need to ask the host support people to NOT cache your renamed login page.", 'all-in-one-wp-security-and-firewall') . '

'; ?>
:
configs->get_value('aiowps_enable_rename_login_page')); ?>