mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
change the password fields to password type
This commit is contained in:
parent
a9859a3a3e
commit
eb5791b46f
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue