diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-08-10 02:45:28 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-08-10 02:45:28 +0200 |
commit | e651ee9c34ca40afdd4582902c1656ea577a4fc3 (patch) | |
tree | a948d4c3bf9e7df051c1d67e9d1f969677d9f142 /template/en/default/admin | |
parent | 340442e3d77fb2e8e180e1a541bae293d5cd6b18 (diff) | |
download | bugzilla-e651ee9c34ca40afdd4582902c1656ea577a4fc3.tar.gz bugzilla-e651ee9c34ca40afdd4582902c1656ea577a4fc3.tar.xz |
Back out bug 868330 for the 4.2 branch. This is not a security fix
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/auth.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index c757d9140..2e11dffbc 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -136,6 +136,6 @@ "<li>letters_numbers - Passwords must contain at least one UPPER and one " _ "lower case letter and a number.</li>" _ "<li>letters_numbers_specialchars - Passwords must contain at least one " _ - "letter, a number and a special character.</li></ul>" + "UPPER or one lower case letter, a number and a special character.</li></ul>" } %] |