Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

Often, there comes a time when a password is lost, forgotten, or somehow altered.

However, changing a WordPress user password is an easy task and you have two options:

Option A: Click ‘Lost Password’ link and reset it.

Option B: Use phpmyadmin or mysql prompt to alter database password.

To alter the code in the database,

1) UPDATE `mywpprefix_users` SET `user_pass` = MD5( ‘newpassword’ ) WHERE `mywpprefix_users`.`user_login` = “ad_or_other_user” ;