From 02e52f810b396c5f367dc18b162d6a6724cab754 Mon Sep 17 00:00:00 2001 From: rojanu Date: Fri, 7 Jan 2011 15:14:40 +0100 Subject: Bug 558803: Add a parameter to specify the password complexity for new passwords r/a=LpSolit --- template/en/default/global/user-error.html.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b76106f24..67012b555 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1325,6 +1325,23 @@ The password must be at least [%+ 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: + + [% ELSIF error == "product_access_denied" %] [% title = "Product Access Denied" %] Either the product -- cgit v1.2.3-24-g4f1b