From b932757d6dd5f5b01a883447ad74f60cab5789c3 Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Fri, 9 Sep 2005 19:43:44 +0000 Subject: [PATCH] login page links fixed %s/SQL/MySQL/g git-svn-id: svn://presbrey.mit.edu/sql/mitsql@63 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- login.php | 2 +- tpl/login.php | 7 +++---- tpl/setup.php | 7 +++++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/login.php b/login.php index 5e2d310..98a59a5 100644 --- a/login.php +++ b/login.php @@ -18,7 +18,7 @@ if (isPost() && empty($err)) { } if ($Login->exists() && !$Login->isEnabled()) { - $err[] = 'Account not active. Did you signup yet?.'; + $err[] = 'Account not active. Did you signup yet?.'; } elseif (!$Login->exists()) { $err[] = 'Nonexistant account or invalid password.'; } elseif (!$Login->canLogin()) { diff --git a/tpl/login.php b/tpl/login.php index b405789..8b8ddba 100644 --- a/tpl/login.php +++ b/tpl/login.php @@ -1,8 +1,7 @@

Login

@@ -12,7 +11,7 @@ $otherTxt = isSSL()?' without a Certificate':' with a Certificate';
-

Enter your SQL login:

+

Please enter your MySQL login information:

username:

password:

@@ -32,7 +31,7 @@ $otherTxt = isSSL()?' without a Certificate':' with a Certificate'; -

Signup to use this service.

+

Sign up to use this service.

diff --git a/tpl/setup.php b/tpl/setup.php index a330e14..5a402da 100755 --- a/tpl/setup.php +++ b/tpl/setup.php @@ -2,7 +2,10 @@ include 'head.php'; ?> -

Change SQL Password

+

Change MySQL Password

+ +Your MySQL password should be different from your Athena account password.
+
@@ -12,7 +15,7 @@ include 'head.php'; old password:*/?> new password: -confirm: +repeat new password:
-- 2.45.0