View Single Post
  #4  
Old 09-04-2011, 12:08 PM
Plague Plague is offline
Member
 
Join Date: Nov 2010
Posts: 50
Gender: Unknown/Other
Credits: 3,173
Plague is an unknown quantity at this point
Default

So wait, Iris-Spider, this is your log in page for the 1.2.3 version? If so then the reason you're having an issue is right here...

Code:
// Try to log the user in
$password = md5($password);
From what I understand they updated the security in the latest version. However if they didn't do those same updates in the register, log in, account page (where you change passwords) and password reset it's not going to work.

Best way I can think to explain it is when the account is made it's like the password was stored in Spanish, but the log in page is being told to read it as French. It will say the passwords don't match and refuse log in.
Reply With Quote