]> andersk Git - sql-web.git/commitdiff
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@109 a142d4bd-2cfb-0310-9673-cb33a7e74f58
authorJoe Presbrey <presbrey@mit.edu>
Sun, 20 Aug 2006 16:40:37 +0000 (16:40 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Sun, 20 Aug 2006 16:40:37 +0000 (16:40 +0000)
batch/signup.php

index 78655427cf425f09385e1e5bf3f25a767106b4ef..65a81a81f34cfad66b414381ded3602536836666 100755 (executable)
@@ -17,7 +17,7 @@ if (count($hesinfo)>=4) {
        $myName = $myUsername;
 }
 $myEmail = $myUsername.'@mit.edu';
-$myPassword = substr(md5(uniqid(),0,8));
+$myPassword = substr(md5(uniqid()),0,8);
 
 if ($myUID<1000) exit('bad UID');
 
This page took 0.071835 seconds and 5 git commands to generate.