From: Joe Presbrey Date: Wed, 30 Nov 2005 20:17:48 +0000 (+0000) Subject: signup batch only output password X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/commitdiff_plain/fdadfdbc32d269a122cfd8f059bd12b158e2ceb8 signup batch only output password git-svn-id: svn://presbrey.mit.edu/sql/mitsql@88 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- 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); }