Resetting Your Password in WordPress

June 19, 2008 · Print This Article

Sometimes we get so caught up in covering the complex WordPress hacks and offering tips, that we forget to cover many of the things that are often taken for granted.

Today I decided to write a quick post and cover how to reset your password within the WordPress dashboard (for WordPress 2.0+):

  1. Go to the Users tab.
  2. Click on the Your Profile link.
  3. Scroll down to the bottom of the page and enter your desired password in the New Password field.
  4. Click the Update Profile button.

That’s it!  If you are using an older version of WordPress, you’ll want to consult the WordPress Codex.

If you can’t get into your dashboard, you can also reset your password from PHPMyAdmin (only recommended for comfortable advanced users):

  1. Select the WordPress database of the blog you want to reset the password on.
  2. Click on wp_users.
  3. Click the “browse” icon (or “structure”).
  4. Click browse in the user_login field.
  5. Locate the ID number associated with your login and commit it to memory.
  6. Click browse in the user_pass field and find your login.
  7. Click edit.
  8. Delete the numbers and letters next to the ID number.
  9. Enter your desired password (case sensitive).
  10. Select MD5 in the drop-down menu.
  11. Click Go.
  12. Verify your new password works!

If you are not the administrator, you can always contact the administrator to reset your password as well. 


Related articles:

Your choice for site templates and wordpress themes

Comments

Got something to say?

You must be logged in to post a comment.