From 18ee9698470538b0ec9451de2fb36e04be5cd357 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Wed, 7 Aug 2013 15:21:20 +1000 Subject: [PATCH] Bug 868330 - Password creation directions incomplete r=sgreen, a=sgreen --- .../password/set-forgotten-password.html.tmpl | 15 ++++++++++++--- template/en/default/admin/params/auth.html.tmpl | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl index ff5114a25c..95e4d3fcf3 100644 --- a/template/en/default/account/password/set-forgotten-password.html.tmpl +++ b/template/en/default/account/password/set-forgotten-password.html.tmpl @@ -8,10 +8,20 @@ [% title = "Change Password" %] [% PROCESS global/header.html.tmpl %] - +[% password_complexity = Param('password_complexity') %]

- To change your password, enter a new password twice: + To change your password, enter a new password twice:

+
@@ -21,7 +31,6 @@ New Password: - (minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters) diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 96aba3c1d9..38090915e5 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -125,6 +125,6 @@ "
  • letters_numbers - Passwords must contain at least one UPPER and one " _ "lower case letter and a number.
  • " _ "
  • letters_numbers_specialchars - Passwords must contain at least one " _ - "UPPER or one lower case letter, a number and a special character.
  • " + "letter, a number and a special character." } %] -- 2.47.2