summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users/userdata.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/users/userdata.html.tmpl')
-rw-r--r--template/en/default/admin/users/userdata.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl
index 96c9df515..672e180bf 100644
--- a/template/en/default/admin/users/userdata.html.tmpl
+++ b/template/en/default/admin/users/userdata.html.tmpl
@@ -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.)