Resetting my password Resetting my password
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Resetting my password

Started by ge-flopt, June 29, 2017, 08:49:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ge-flopt

Hi All,

Upgraded to PHP7 today and found out that CPG 1.5 didn't work under that version any more. Thank god there is an upgrade! Only thing i've forgotten is my password. In the opld version you could reset a password using MD5, but that's has changed to SALT encryption. How can you reset your password now?

Regards

phill104

You can try and use the forgot password link.
It is a mistake to think you can solve any major problems just with potatoes.

ge-flopt

I didn't configure that part. :P
But maybe it will help me further.

ΑndrĂ©

Quote from: ge-flopt on June 29, 2017, 08:49:38 PM
In the opld version you could reset a password using MD5, but that's has changed to SALT encryption. How can you reset your password now?

You need to insert a md5 hashed password to the user_password field (e.g. "098f6bcd4621d373cade4e832627b4f6" which is "test") and clear the user_password_salt field. After successful login the password will be salted in the database.

ge-flopt