
<TABLE BORDER=0>
<TR WIDTH=640>
<TD WIDTH=50%>
<STRONG>User Name</STRONG></TD>
<TD WIDTH=50%>
<STRONG>Email Address</STRONG><BR>
</TD>
</TR>
<TR>
<TD>

<TABLE BORDER=0>
<TR>
<TD>
<FONT SIZE=+2><TT>$vars{'user_name_widget'}</TT></FONT>
</TD>	
</TD>
</TR>
</TABLE>
</TD>
<TD>
<TABLE BORDER=0>
<TR>
<TD>

$vars{'email_widget'}

</TD>

</TR>
</TABLE>
</TD>
</TR>
</TABLE>

<TABLE BORDER=0>
<TR>
<TD>
<STRONG>First Name</STRONG>
</TD>
<TD>
<STRONG>Middle Name</STRONG>
</TD>
<TD>
<STRONG>Last Name</STRONG>
</TD>
</TR>
<BR>
<TD>
$vars{'first_name_widget'}
</TD>
<TD>
$vars{'middle_name_widget'}
</TD>
<TD>
$vars{'last_name_widget'}
</TD>

</TR>
</TABLE>
<P><STRONG>Administrator</STRONG><BR>
<TABLE BORDER=0>
<TR>
<TD>
$vars{'super_user_widget'}

</TD>
</TABLE>

<P>
<STRONG>Do you want to change this user's password?<BR>
The old password is not printed because it is stored in encrypted
form. You <I>must</I> choose 'yes' if you wish to change the user's
password.</STRONG><BR>

$vars{'change_pass_widget'}

<BR><P><STRONG>New Password</STRONG><BR>
<TABLE BORDER=0><TR><TD>
<INPUT TYPE="password" NAME="password1" VALUE="" SIZE=12>
</TD><TD>
<INPUT TYPE="password" NAME="password2" VALUE="" SIZE=12>
</TD>


</TR></TABLE>
<P>
                              
