]> andersk Git - sql-web.git/commitdiff
signup batch only output password
authorJoe Presbrey <presbrey@mit.edu>
Wed, 30 Nov 2005 20:17:48 +0000 (20:17 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Wed, 30 Nov 2005 20:17:48 +0000 (20:17 +0000)
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@88 a142d4bd-2cfb-0310-9673-cb33a7e74f58

batch/signup.php

index 357efcd14bbe0e51049b6864126109c7f3f8f56f..c06b5fc781991b3ee31671eee9b533c1f6c735de 100755 (executable)
@@ -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);
 }
 
This page took 0.055995 seconds and 5 git commands to generate.