Changeset 1592

Show
Ignore:
Timestamp:
05/19/08 08:36:53 (7 months ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> #356, password check error, applied attachment:ticket:356:invite_password.diff - thanks joerosa

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/invite/lib/invite_actions.php

    r1586 r1592  
    183183                    if ($ok) { 
    184184                        $messages[] = __gettext("You have been logged on."); 
    185                         if (md5($p) == md5("password")) { 
     185                        if (md5($password) == md5("password")) { 
    186186                            $_SESSION['messages'][] = __gettext("The password for this account is extremely insecure and represents a major security risk. You should change it immediately."); 
    187187                        }