Post by Blueforce » Thu Feb 12, 2009 12:53 pm

Hi Guys!

I just noticed that adding a user or a customer from backend the password don't get encrypted, In other words, the user can not log with the password... unless you first edit the user or customer and re-enter the password, then it get encrypted and working.

The problem is that MD5 ecryption is missing in:
"/admin/model/customer/customer.php" and "/admin/model/user/user.php" on line 4

If you want to "fix" this by your self you just change this part on line 4 in both files:
$this->db->escape(@$data['password'])
To this:
$this->db->escape(md5(@$data['password']))

Regards,
Leffe

New member

Posts

Joined
Thu Feb 12, 2009 7:11 am
Location - Sweden
Who is online

Users browsing this forum: No registered users and 41 guests