Commit 800f5fe4 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 311512 When editing a user entry on Bugzilla, the "Real Name" field is filled in incorrectly.

r=justdave a=justdave
parent 9aee5dbf
......@@ -46,6 +46,7 @@
<td>
[% IF editusers %]
<input size="64" maxlength="255" name="name"
autocomplete="off"
id="name" value="[% otheruser.name FILTER html %]" />
[% IF editform %]
<input type="hidden" name="nameold"
......@@ -61,6 +62,7 @@
<th><label for="password">Password:</label></th>
<td>
<input type="password" size="16" maxlength="16" name="password"
autocomplete="off"
id="password" value="" />
[% IF editform %]<br />
(Enter new password to change.)
......
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