]> andersk Git - sql-web.git/blobdiff - login.php
bug fix: signup/db-create for class lockers
[sql-web.git] / login.php
index bacfdb4a349d3730e3814dc618e0286725dafc7f..57d8e88aa3b145ce718dfbc838840e7c4ccbaebf 100644 (file)
--- a/login.php
+++ b/login.php
@@ -22,7 +22,7 @@ if (isPost() && empty($err)) {
        } elseif (!$Login->exists()) {
                $err[] = 'Nonexistant account or invalid password.';
        } elseif (!$Login->canLogin()) {
-               $err[] = 'That account is no longer valid. Please contact the staff.';
+               $err[] = 'That account is no longer valid. Please contact the staff (sql@mit.edu).';
        }
 
        if (empty($err)) {
This page took 0.099109 seconds and 4 git commands to generate.