diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-09-19 17:48:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 17:48:11 +0200 |
commit | 64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 (patch) | |
tree | e11680ca012ae863235c9ea3c74a19684b7be7a6 /template/en/default/global | |
parent | 5abefb689bc17dc26e747164f9251926faade358 (diff) | |
download | bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.gz bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.xz |
Bug 1400949 - Password requirements not stated
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/password-features.html.tmpl | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/template/en/default/global/password-features.html.tmpl b/template/en/default/global/password-features.html.tmpl index ab7ae1d81..60196568f 100644 --- a/template/en/default/global/password-features.html.tmpl +++ b/template/en/default/global/password-features.html.tmpl @@ -6,22 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -<div id="password-features" - style="display: none" - class="[% class FILTER html %]" - data-password-page="[% password_page FILTER html %]" - data-password-complexity="no_constraints"> - Password must be 8 characters or longer, - and match at least 3 of the following requirements: - - <ul> - <li id="password-feature-upper">uppercase letters</li> - <li id="password-feature-lower">lowercase letters</li> - <li id="password-feature-numbers">numbers</li> - <li id="password-feature-symbols">symbols</li> - <li id="password-feature-length12">longer than 12 characters</li> - </ul> - <div id="password-msg"></div> - - <div id="password-meter-label" style="display: none">Strength: <span id="password-meter" class="meter"></span></div> -</div> +<span id="password-features" + data-password-page="[% password_page FILTER html %]"> +</span> |