Commit e598bc84 authored by Reed Loden's avatar Reed Loden

Bug 575340 - Remove incorrect maxlength and unneeded size parameters from the…

Bug 575340 - Remove incorrect maxlength and unneeded size parameters from the new password input field on the reset password page. [r=mkanat a=mkanat]
parent e69d9ce1
......@@ -32,14 +32,14 @@
<tr>
<th align="right">New Password:</th>
<td>
<input type="password" name="password" size="16" maxlength="16">
<input type="password" name="password">
</td>
</tr>
<tr>
<th align="right">New Password Again:</th>
<td>
<input type="password" name="matchpassword" size="16" maxlength="16">
<input type="password" name="matchpassword">
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment