Use PHPMyAdmin from cPanel to access the Coppermine-associated MySQL database. Run the command below:

update cpg_users set user_password = MD5( 'new_password' ) WHERE cpg_users.user_name = "admin_username";

 
new_password - the password that you want to use next
admin_username - the user for whom you want to change the password

Was this answer helpful? 0 Users Found This Useful (2 Votes)