Lost password not working

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(32) NOT NULL",
  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.

Quote · 23 Dec 2012

 

did you go into the database "Profiles" and edit your account?

look down list for password, select MD5 then enter your new password in the field and save.

change-password.png · 121.1K · 363 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Dec 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.