From fdadfdbc32d269a122cfd8f059bd12b158e2ceb8 Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Wed, 30 Nov 2005 20:17:48 +0000 Subject: [PATCH] signup batch only output password git-svn-id: svn://presbrey.mit.edu/sql/mitsql@88 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- batch/signup.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/batch/signup.php b/batch/signup.php index 357efcd..c06b5fc 100755 --- a/batch/signup.php +++ b/batch/signup.php @@ -29,8 +29,7 @@ if (!$Login->exists() && !empty($myUsername)) { } if ($Login->canSignup()) { $User = new User($Login->getUserId()); - echo $User->signup($myPassword); - echo "signup\n"; + $User->signup($myPassword); die($myPassword); } -- 2.45.1