Spiga

Easiest Way to Secure your WordPress Admin

June 08, 08 by Gabi Solomon

Recently i have had my blog hacked.
Somebody broke in and change the admin user account password and email adress. So this let me completely out. Well not quite, i could still get in by modifying the admin details directly in the database.

This incident made me search for more details about securing your wordpress blog. Although there are lot of ways to secure your wordpress Administration Panel like .htaccess blocking, using SSL or Banning Ips, most of them are a little complicated and require some little knowledge to implement. But during my search i came across a small tip that is going to make your administration panel a little harder to hack.

The Trick is changing the administrator username. The default installation name is admin, this make the hacker jobs more easy since the already know the username, they just need to guess the password. So by simple changing the username from the default admin to something different you will make the hacker job a little harder.

To do this you need to login into your PhpMyAdmin and browse to the table wp_users and edit the entry of your username and change username from admin to any other username ( make sure it is not already used by another user ). It is recomended that the username is not a dictionary name, since that will make it easier to break.

Hope this information helped you, and i await your comments.

Cheers