diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-08-07 07:21:12 +0200 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-08-07 07:21:12 +0200 |
commit | f559b688e6ead9ab61062b63ae7c8a48b21ee676 (patch) | |
tree | 922f55d43016880fd121c89824759d6b0681315f /template/en/default/admin/params | |
parent | 2e36c78ecde44d09bb685bde52e1ef0e3ba8afd2 (diff) | |
download | bugzilla-f559b688e6ead9ab61062b63ae7c8a48b21ee676.tar.gz bugzilla-f559b688e6ead9ab61062b63ae7c8a48b21ee676.tar.xz |
Bug 868330 - Password creation directions incomplete
r=sgreen, a=sgreen
Diffstat (limited to 'template/en/default/admin/params')
-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 57db6025a..41acc1a7f 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -132,6 +132,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 " _ - "UPPER or one lower case letter, a number and a special character.</li></ul>" + "letter, a number and a special character.</li></ul>" } %] |