Ticket #363: inviteactionsphp.diff
| File inviteactionsphp.diff, 0.8 kB (added by edfactor, 6 months ago) |
|---|
-
invite_actions.php
old new 182 182 $ok = authenticate_account($username, $displaypassword); 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 } 188 188 define('redirect_url', $redirect_url);
