I forgot my WordPress admin password, and I see it in the phpMyAdmin
file which is in a different format ?
How can I decode it or reset?
I forgot my WordPress admin password, and I see it in the phpMyAdmin
file which is in a different format ?
How can I decode it or reset?
Solution:1
You can’t easily decrypt the password from the hash string that you see. You should rather replace the hash string with a new one from a password that you do know.
There’s a good howto here:
Basically:
If you have more users in this WordPress installation, you can also copy the hash string from one user whose password you know, to the other user (admin).
Solution:2
Only for WordPress users. If you have access to your PHPMyAdmin,
since wp_users is the table where the hashed password is stored , you can copy this hashed value (2) and replace in the exisitng users row and login using the value (1) as mentioned below