]> 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 <>
Sun, 18 Dec 2005 15:09:38 +0000 (15:09 +0000)
committertimeless%mozdev.org <>
Sun, 18 Dec 2005 15:09:38 +0000 (15:09 +0000)
r=justdave a=justdave

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

index 96c9df5158c32082fff2609c09520305209e6dea..672e180bfaf3073eed1412eb9b04bae88960c26b 100644 (file)
@@ -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.)