From: Quentin Smith Date: Fri, 8 Jan 2010 06:18:09 +0000 (+0000) Subject: Don't advertise /do/signup; it doesn't write a my.cnf X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/commitdiff_plain/d590794d9c68e41ed880c985f5da483c4e2046c6 Don't advertise /do/signup; it doesn't write a my.cnf git-svn-id: svn://presbrey.mit.edu/sql/web/main@180 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- diff --git a/login.php b/login.php index 4858893..32a4461 100644 --- a/login.php +++ b/login.php @@ -21,7 +21,7 @@ if (isPost() && empty($err)) { } if ($Login->exists() && !$Login->isEnabled()) { - $err[] = 'Account not active. Did you signup yet?.'; + $err[] = 'Account not active.'; } elseif (!$Login->exists()) { $err[] = 'Nonexistant account or invalid password.'; } elseif (!$Login->canLogin()) { diff --git a/tpl/index.php b/tpl/index.php index f235d56..d48d031 100644 --- a/tpl/index.php +++ b/tpl/index.php @@ -4,7 +4,7 @@ include 'head.php';

This service provides MySQL databases to MIT certificate holders. -You must choose a MySQL password (which should be different from your Athena account password) when you sign up, and +You must choose a MySQL password (which should be different from your Athena account password) when you sign up, and then use this interface to create and drop databases. All subsequent SQL commands can be issued from any host, client, and/or script of your choice; simply connect to the MySQL server at sql.mit.edu using your username and your new MySQL password. You may find it convenient to run scripts using the web script service or diff --git a/tpl/menu.php b/tpl/menu.php index b96bb46..2bd5a09 100644 --- a/tpl/menu.php +++ b/tpl/menu.php @@ -20,7 +20,7 @@ Logged in: @ 

-
  • Sign up
  • +
  • Sign up
  • phpMyAdmin
  • Home