From 2e36c78ecde44d09bb685bde52e1ef0e3ba8afd2 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 7 Aug 2013 15:16:46 +1000 Subject: Bug 897264 - letters_numbers_specialchars password restriction is incorrect r=LpSolit, a=sgreen --- template/en/default/global/user-error.html.tmpl | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 65fb4f18a..038704c34 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1395,21 +1395,21 @@ [%+ constants.USER_PASSWORD_MIN_LENGTH FILTER html %] characters long. [% ELSIF error == "password_not_complex" %] - [% title = "Password Fails Requirements" %] - [% passregex = Param('password_complexity') %] - The password must contain at least one: - + [% title = "Password Fails Requirements" %] + [% passregex = Param('password_complexity') %] + The password must contain at least one: + [% ELSIF error == "product_access_denied" %] [% title = "Product Access Denied" %] -- cgit v1.2.3-24-g4f1b