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/admin/params/auth.html.tmpl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/params') diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 35bddf1af..8e91e54c0 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -125,5 +125,17 @@ "default (.*) permits any account matching the emailregexp " _ "to be created. If this parameter is left blank, no users " _ "will be permitted to create their own accounts and all accounts " _ - "will have to be created by an administrator." } + "will have to be created by an administrator.", + + password_complexity => + "Set the complexity required for passwords. In all cases must the passwords " _ + "be at least ${constants.USER_PASSWORD_MIN_LENGTH} characters long." _ + "" + } %] -- cgit v1.2.3-24-g4f1b