From: Joe Presbrey Date: Fri, 9 Sep 2005 19:38:06 +0000 (+0000) Subject: signup fix for new redirect X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/commitdiff_plain/fe82feb52a55435248614a165ba629b72a5eecb0 signup fix for new redirect git-svn-id: svn://presbrey.mit.edu/sql/mitsql@61 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- diff --git a/signup.php b/signup.php index 27d80d5..f8de8e9 100644 --- a/signup.php +++ b/signup.php @@ -24,7 +24,6 @@ if (isLoggedIn()) { $u = new User($LoginSSL->getUserId()); $u->signup($i_p1); $LoginSSL->refresh(); - sess('Login', $LoginSSL); redirect('login', true); } } elseif (isPost()) { diff --git a/tpl/signup.php b/tpl/signup.php index 5fa7f9f..c65228b 100644 --- a/tpl/signup.php +++ b/tpl/signup.php @@ -13,15 +13,17 @@ $thisTxt = isSSL()?' with this Certificate':' via SQL';

getName()?>

getEmail()?>

+Your MySQL password should be different from your Athena account password. +

-

+

canLogin()): ?> -

This account is signed up. Login.

+

This account is already signed up.