]> andersk Git - sql-web.git/blobdiff - batch/signup.php
signup: lower minimum UIDs
[sql-web.git] / batch / signup.php
index edfde59b3757369814f2ca64d2b9fdaa42c9f038..50041296f75041e1d943c9ff7722046961c5405b 100755 (executable)
@@ -19,7 +19,7 @@ if (count($hesinfo)>=4) {
 $myEmail = $myUsername.'@mit.edu';
 $myPassword = substr(md5(uniqid()),0,8);
 
-if ($myUID<1000) exit('bad UID');
+if ($myUID<100) exit('bad UID');
 
 $Login = new Login($myUsername);
 if (!$Login->exists() && !empty($myUsername)) {
This page took 0.024249 seconds and 4 git commands to generate.