summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/password-features.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/password-features.html.tmpl')
-rw-r--r--template/en/default/global/password-features.html.tmpl27
1 files changed, 27 insertions, 0 deletions
diff --git a/template/en/default/global/password-features.html.tmpl b/template/en/default/global/password-features.html.tmpl
new file mode 100644
index 000000000..5d6c0f8c1
--- /dev/null
+++ b/template/en/default/global/password-features.html.tmpl
@@ -0,0 +1,27 @@
+[%# This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # 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="[% Param("password_complexity") FILTER html %]">
+ 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> \ No newline at end of file