Resetting my password Resetting my password
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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