Here is the sql to reset admin password for wordpress:
update wp_users set user_pass=md5("NEWPASS") where ID=1;
Even if the passwords are salted, you can still replace the password with an MD5 hash.
Resetting WordPress admin password
Submitted by sandip on Fri, 02/22/2013 - 14:09
Here is the sql to reset admin password for wordpress: update wp_users set user_pass=md5("NEWPASS") where ID=1; Even if the passwords are salted, you can still replace the password with an MD5 hash. »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 11 guests online.
|