Dec 14
|
Go to a mysql client, select you database and run:
UPDATE `cpg_users` SET `user_password` = MD5( ‘new_password_here‘ ) WHERE `user_name` = “username“;
“new_password_here” – replace this with the new password you wish to use.
“username” – replace this with the username the password should be updated for.
Recent Comments