diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-08-09 06:02:41 +0200 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-08-09 06:02:41 +0200 |
commit | 6161e5ca40d5aeca9005a4d85e950f9ef8bdf7ec (patch) | |
tree | c23cca7eccc6f7af0d7527fcb3ec810adfb1c15f /template/en/default/admin/params/auth.html.tmpl | |
parent | 2322f835d1f43ad8f709d784bfcf140710ae2bae (diff) | |
download | bugzilla-6161e5ca40d5aeca9005a4d85e950f9ef8bdf7ec.tar.gz bugzilla-6161e5ca40d5aeca9005a4d85e950f9ef8bdf7ec.tar.xz |
Bug 868330 - Password creation directions incomplete
r=sgreen, a=sgreen
Diffstat (limited to 'template/en/default/admin/params/auth.html.tmpl')
-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 2e11dffbc..c757d9140 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 " _ - "UPPER or one lower case letter, a number and a special character.</li></ul>" + "letter, a number and a special character.</li></ul>" } %] |