summaryrefslogtreecommitdiffstats
path: root/template/default/admin/account_exists.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/admin/account_exists.tmpl')
-rw-r--r--template/default/admin/account_exists.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/admin/account_exists.tmpl b/template/default/admin/account_exists.tmpl
index 23b9e0338..a4357a5a0 100644
--- a/template/default/admin/account_exists.tmpl
+++ b/template/default/admin/account_exists.tmpl
@@ -25,8 +25,8 @@
<form method="get" action="token.cgi">
<input type="hidden" name="a" value="reqpw" />
- <input type="hidden" name="loginname" value="[% login %]" />
- A Bugzilla account for <tt>[% login %]</tt> already exists. If you
+ <input type="hidden" name="loginname" value="[% login FILTER html %]" />
+ A Bugzilla account for <tt>[% login FILTER html %]</tt> already exists. If you
are the account holder and have forgotten your password,
<input type="submit" value="submit a request to change it" />.
</form>