summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/email
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-19 17:48:11 +0200
committerGitHub <noreply@github.com>2017-09-19 17:48:11 +0200
commit64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 (patch)
treee11680ca012ae863235c9ea3c74a19684b7be7a6 /template/en/default/account/email
parent5abefb689bc17dc26e747164f9251926faade358 (diff)
downloadbugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.gz
bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.xz
Bug 1400949 - Password requirements not stated
Diffstat (limited to 'template/en/default/account/email')
-rw-r--r--template/en/default/account/email/confirm-new.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/account/email/confirm-new.html.tmpl b/template/en/default/account/email/confirm-new.html.tmpl
index f505268f5..41c2b09a9 100644
--- a/template/en/default/account/email/confirm-new.html.tmpl
+++ b/template/en/default/account/email/confirm-new.html.tmpl
@@ -26,13 +26,14 @@
javascript_urls = ['js/account.js']
onload = "document.forms['confirm_account_form'].realname.focus();" %]
-[% password_complexity = Param('password_complexity') %]
-
<p>
To create your account, you must enter a password in the form below.
Your email address and Real Name (if provided) will be shown with
changes you make.
</p>
+<p>
+ [% Param('passwdqc_desc') FILTER html_light %]
+</p>
<form id="confirm_account_form" method="post" action="token.cgi">
<input type="hidden" name="t" value="[% token FILTER html %]">