Support Knowlege Base

Back To Knowledge Base
Hosting / Word Press / Word Press - Reset Lost Password

WordPress has a few ways to reset your password. Some of them are quicker than the others or may be more difficult. Everything depends on your skills and access that you have.

Article: https://www.pixelemu.com/documentation/wordpress-tutorials/forgot-password-in-wordpress

Link to MD5 Cryption: http://pajhome.org.uk/crypt/md5/

Command Line:

Show Users: "select ID,user_login,user_pass,user_email from wp_users"

Update Password: "update wp_users set user_pass='YOUR-MD5-SECURE-PASSWORD' where ID='USER-ID'"

Vulnerability Scanner