From: Frédéric Buclin Date: Sat, 10 Aug 2013 00:45:28 +0000 (+0200) Subject: Back out bug 868330 for the 4.2 branch. This is not a security fix X-Git-Tag: bugzilla-4.2.7~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e651ee9c34ca40afdd4582902c1656ea577a4fc3;p=thirdparty%2Fbugzilla.git Back out bug 868330 for the 4.2 branch. This is not a security fix --- 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 3bc16cbc08..a2ae517c83 100644 --- a/template/en/default/account/password/set-forgotten-password.html.tmpl +++ b/template/en/default/account/password/set-forgotten-password.html.tmpl @@ -20,20 +20,10 @@ [% 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:

-
@@ -43,6 +33,7 @@ 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 c757d9140b..2e11dffbce 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -136,6 +136,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 " _ - "letter, a number and a special character.
  • " + "UPPER or one lower case letter, a number and a special character." } %]