diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/password/set-forgotten-password.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl index 7035868b6..ca134a486 100644 --- a/template/en/default/account/password/set-forgotten-password.html.tmpl +++ b/template/en/default/account/password/set-forgotten-password.html.tmpl @@ -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> |