Reset Wordpress User Password With Md5 Hash on PHPmyAdmin

Image representing WordPress as depicted in Cr...
Image via CrunchBase

Wordpress is using MD5 hash as stored password. If you lost your password, you can reset password hrough login page. But, if that cannot be accessed, you can use PHPmyAdmin or MySQL command line. But you need MD5 Hasher to update your password.

  1. Login to your PHPmyAdmin, Select your wordpress Database
  2. Find wp_users (i assume that you use wp_ as table structure)
  3. Find your username
  4. Click Edit
  5. Fill the password with MD5 code from MD5 hasher.

That’s all folks, sorry, no screenshot.

Tagged with:

md5 hash wordpress, create wordpress user with md5 hash, wordpress user password, wordpress user pass phpmyadmin, wordpress md5 hash, wordpres user password hash, reset wordpress password md5, phpmyadmin wordpress user pass, phpmyadmin password hash, phpmyadmin hash, md5 hash in phpmyadmin, wordpress userpass hash

3 Responses to “Reset Wordpress User Password With Md5 Hash on PHPmyAdmin”

  1. I usually take a copy of my localhost password (on table wp_users (user_pass)) when I forgot my wp-admin password. No MD5 seeding makes it easier to break into :D
    Simply copy the string and paste.
    No MD5 hasher needed. Just try it.

  2. @Jemmy
    Interesting point! I didn’t ever think about it.

  3. [...] Reset Wordpress User Password With Md5 Hash on PHPmyAdmin (masbuchin.com) [...]

Leave a Reply