From fe82feb52a55435248614a165ba629b72a5eecb0 Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Fri, 9 Sep 2005 19:38:06 +0000 Subject: [PATCH] signup fix for new redirect git-svn-id: svn://presbrey.mit.edu/sql/mitsql@61 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- signup.php | 1 - tpl/signup.php | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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.

-- 2.45.0