Changeset 1592
- Timestamp:
- 05/19/08 08:36:53 (7 months ago)
- Files:
-
- devel/mod/invite/lib/invite_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/invite/lib/invite_actions.php
r1586 r1592 183 183 if ($ok) { 184 184 $messages[] = __gettext("You have been logged on."); 185 if (md5($p ) == md5("password")) {185 if (md5($password) == md5("password")) { 186 186 $_SESSION['messages'][] = __gettext("The password for this account is extremely insecure and represents a major security risk. You should change it immediately."); 187 187 }
