change the password fields to password type

This commit is contained in:
Bill Currie 2003-02-04 15:13:23 +00:00
parent a9859a3a3e
commit eb5791b46f

View file

@ -42,7 +42,7 @@
<STRONG>Password:</STRONG>
</TD>
<TD align="left">
<INPUT name="pw" type="text" size="15">
<INPUT name="pw" type="password" size="15">
</TD>
</TR>
<TR vAlign="middle">
@ -50,7 +50,7 @@
<STRONG>Confirm password:</STRONG>
</TD>
<TD align="left">
<INPUT name="pw-conf" type="text" size="15">
<INPUT name="pw-conf" type="password" size="15">
</TD>
</TR>
<TR vAlign="middle">