summaryrefslogtreecommitdiffstats
path: root/templates/user/auth/reset_passwd.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/auth/reset_passwd.tmpl')
-rw-r--r--templates/user/auth/reset_passwd.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/reset_passwd.tmpl b/templates/user/auth/reset_passwd.tmpl
index cb124f5b25..2408d39a7c 100644
--- a/templates/user/auth/reset_passwd.tmpl
+++ b/templates/user/auth/reset_passwd.tmpl
@@ -13,7 +13,7 @@
{{if .IsResetForm}}
<div class="required inline field {{if .Err_Password}}error{{end}}">
<label for="password">{{.i18n.Tr "password"}}</label>
- <input id="password" name="password" type="password" value="{{.password}}" autofocus required>
+ <input id="password" name="password" type="password" value="{{.password}}" autocomplete="off" autofocus required>
</div>
<div class="ui divider"></div>
<div class="inline field">