Bug 595664: Maximum password length is hardcoded in the UI when editing user accounts

r/a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@261206 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2010-09-14 19:06:24 +00:00
parent 7005ff3f04
commit b331e02bdf
3 changed files with 4 additions and 6 deletions

View File

@@ -1 +1 @@
7468
7469

View File

@@ -83,8 +83,7 @@
password</label>:
<input type="hidden" name="Bugzilla_login" value="
[%- user.login FILTER html %]">
<input type="password" id="Bugzilla_password" name="Bugzilla_password"
maxlength="20" size="20">
<input type="password" id="Bugzilla_password" name="Bugzilla_password" size="20">
<br>
This is done for two reasons. First of all, it is done to reduce
the chances of someone doing large amounts of damage using your

View File

@@ -61,9 +61,8 @@
<tr>
<th><label for="password">Password:</label></th>
<td>
<input type="password" size="16" maxlength="16" name="password"
autocomplete="off"
id="password" value="" />
<input type="password" size="16" name="password" id="password"
value="" autocomplete="off" />
[% IF editform %]<br />
(Enter new password to change.)
[% END %]