I'm using dolphin 7.0.9 and forgot password is not working at all for me. I tried all the procedures mentioned in many forums but still nothing. I cannot log in my admin.
Already done that :
trunk/inc/classes/BxDolPFM.php ¶
r13250 | r13286 | |
---|---|---|
61 | 61 | 'area' => "text NOT NULL", |
62 | 62 | 'html_area' => "text NOT NULL", |
63 | 'pass' => "varchar( |
|
63 | 'pass' => "varchar(40) NOT NULL", | |
64 | 64 | 'date' => "date NOT NULL {default}", |
65 | 65 | 'select_one' => "enum({values})", |
UPDATE `Profiles` SET `Salt` = CONV(FLOOR(RAND()*99999999999999), 10, 36) WHERE `ID`='1';
UPDATE `Profiles` SET `Password` = SHA1(CONCAT(md5('New Admin Password'), `Salt`)) WHERE `ID`='1';
Cleared Cache
Please Help !
Thank you.