Changeset 1599 for devel/mod/invite

Show
Ignore:
Timestamp:
06/09/08 07:37:39 (6 months ago)
Author:
misja
Message:

#363, invalid variable name in mod/invite/lib/invite_actions.php - thanks edfactor

Files:

Legend:

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

    r1592 r1599  
    183183                    if ($ok) { 
    184184                        $messages[] = __gettext("You have been logged on."); 
    185                         if (md5($password) == md5("password")) { 
     185                        if (md5($displaypassword) == 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                        }