]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 311512 When editing a user entry on Bugzilla, the "Real Name" field is filled...
authortimeless%mozdev.org <>
Mon, 19 Dec 2005 00:39:14 +0000 (00:39 +0000)
committertimeless%mozdev.org <>
Mon, 19 Dec 2005 00:39:14 +0000 (00:39 +0000)
r=justdave a=justdave

template/en/default/admin/users/userdata.html.tmpl

index 43ee627f13934556fb1f99c21d45b884190e505b..a9ee9f4e319c66fcfea11fafabe7308aeceab398 100644 (file)
@@ -41,6 +41,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"
@@ -56,6 +57,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.)