]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 575340 - Remove incorrect maxlength and unneeded size parameters from the new...
authorReed Loden <reed@reedloden.com>
Mon, 5 Jul 2010 06:19:06 +0000 (01:19 -0500)
committerReed Loden <reed@reedloden.com>
Mon, 5 Jul 2010 06:19:06 +0000 (01:19 -0500)
[r=mkanat a=mkanat]

template/en/default/account/password/set-forgotten-password.html.tmpl

index 7035868b6c1be457ed2fc95b0a4c6aa483da4b4f..ca134a4866b25d9b4b99f84a30a6ef5a7f45fa74 100644 (file)
     <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>