'.__('When you submit a post or answer a comment, WordPress will usually display your "nickname".', 'all-in-one-wp-security-and-firewall').'
'.__('By default the nickname is set to the login (or user) name of your account.', 'all-in-one-wp-security-and-firewall').'
'.__('From a security perspective, leaving your nickname the same as your user name is bad practice because it gives a hacker at least half of your account\'s login credentials.', 'all-in-one-wp-security-and-firewall').'

'.__('Therefore to further tighten your site\'s security you are advised to change your nickname and Display name to be different from your Username.', 'all-in-one-wp-security-and-firewall').'

'; ?>

output_feature_details_badge("user-accounts-display-name"); // now let's find any accounts which have login name same as display name $login_nick_name_accounts = AIOWPSecurity_Utility::check_identical_login_and_nick_names(); if ($login_nick_name_accounts) { echo '

'.__('Your site currently has the following accounts which have an identical login name and display name.', 'all-in-one-wp-security-and-firewall').'('.__('Follow the link to edit the user profile of that particular user account, change Nickname, choose a different Display name compared to Username, and press the "Update Profile" button.)', 'all-in-one-wp-security-and-firewall').'

'; ?> '; // echo ''; echo ''; echo ''; } ?>
'.$usr['user_login'].'

'.__('No action required.', 'all-in-one-wp-security-and-firewall').'
'.__('Your site does not have a user account where the display name is identical to the username.', 'all-in-one-wp-security-and-firewall').'

'; } ?>