Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
8042dfb3
Commit
8042dfb3
authored
Sep 14, 2010
by
Artem Anisimov
Committed by
Frédéric Buclin
Sep 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 595664: Maximum password length is hardcoded in the UI when editing user accounts
r/a=LpSolit
parent
1906ffa9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
sudo.html.tmpl
template/en/default/admin/sudo.html.tmpl
+1
-2
userdata.html.tmpl
template/en/default/admin/users/userdata.html.tmpl
+2
-3
No files found.
template/en/default/admin/sudo.html.tmpl
View file @
8042dfb3
...
...
@@ -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
...
...
template/en/default/admin/users/userdata.html.tmpl
View file @
8042dfb3
...
...
@@ -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 %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment