ok, maybe i'm asking too much....
ok, then can someone explain to me what line 156 of login.php does:
if ($bbuserinfo['password'] != iif($password AND !$md5password, md5(md5($password) . $bbuserinfo['salt']), '') AND $bbuserinfo['password'] != md5($md5password . $bbuserinfo['salt']))
it comes ust after the query that retrieves userid and password etc given a username.
|