Changeset 1599
- Timestamp:
- 06/09/08 07:37:39 (6 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
r1592 r1599 183 183 if ($ok) { 184 184 $messages[] = __gettext("You have been logged on."); 185 if (md5($ password) == md5("password")) {185 if (md5($displaypassword) == 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 }
