#!/Perl/bin/perl
require "cgi-lib.pl";
require "common.pl";
require "cookie.lib";
print &PrintHeader;
$aon=1;
&initial;
&check_admin;
$newuser=$input{'newuser'};
$newuser=~tr/[a-z]/[A-Z]/;
$idfile=$idspath . $s . "U_" . $newuser;
if (!(-e $idfile)) {
$emsg="New user: $newuser! ... Password: $pswd
\n";
&writeit;
print "