Two Ways to Retrieve Your WordPress Password
Posted by Nile | Posted in Tutorials | Posted on 11-15-2009 | 1 Comment
Tags: password retrieval
Sometimes you forget. You might find it annoying, but when there are so many things to do and remember on a daily basis, some things slide through your mind and out your ear, like perhaps your password to log into you admin panel for WordPress. This article will explain three ways for you to be able to retrieve your password, especially if you have a self-hosted WordPress blog.
There are other questionable ways, but until those can be worked out with the most current version of WordPress, I will not list them. As a sidenote, you should try to put your admin username and password in a safe place. I recommend keeping some type of small ‘book’ where you keep your login information.
1. When you set up your blog either manually or with Cpanel Fantastico or other auto-install programs, you told the script an email address and a password to log into your admin panel. On the login page (example: http://yourblog.com/wp-login.php), there is a link to retrieve the password. You simple enter your email address and it will send the password to you.
2. You can reset your password through your MySQL’s phpMyAdmin. Take caution as these directions might differ depending on your server’s installation of MySQL and PHP. As a note, you can ask your host if they are using the most current version available of MySQL and PHP on your server even if you are a shared client. If they are not, you should be able to request them to upgrade.
- Go to wp_users and click ‘browse.’
- On the user_pass field, click ‘browse’ and find the ID number associated with your login.
- Once you find the ID number(should be only one), click ‘Edit.’
- Delete the password content.
- Type your new password.
- Select ‘MD5′ in the dropdown menu.
- Click Go or Save at the bottom of the screen.
- Go to WordPress blog tab and test the new password. Just in case this did not work, start the process over and try again.
You can go to the WordPress Codex under Resetting Your Password to learn more ways and some I did not include here.







