Skip to content

Commit 67d9618

Browse files
author
Dylan Hardison
committed
Bug 1221851 - Parameter description for "password_complexity" is incorrect
1 parent c7a2cf0 commit 67d9618

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

template/en/default/admin/params/auth.html.tmpl

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,15 @@
137137
"Set the complexity required for passwords. In all cases must the passwords " _
138138
"be at least ${constants.USER_PASSWORD_MIN_LENGTH} characters long." _
139139
"<ul><li>no_constraints - No complexity required.</li>" _
140-
"<li>mixed_letters - Passwords must contain at least one UPPER and one lower " _
141-
"case letter.</li>" _
142-
"<li>letters_numbers - Passwords must contain at least one UPPER and one " _
143-
"lower case letter and a number.</li>" _
144-
"<li>letters_numbers_specialchars - Passwords must contain at least one " _
145-
"UPPER or one lower case letter, a number and a special character.</li></ul>",
140+
"<li>bmo - Passwords must meet at least three of the following conditions: " _
141+
"<ul>" _
142+
"<li>uppercase letters</li>" _
143+
"<li>lowercase letters</li>" _
144+
"<li>numbers</li>" _
145+
"<li>symbols</li>" _
146+
"<li>longer than 12 characters</li>" _
147+
"</ul></li>" _
148+
"</ul>",
146149

147150
password_check_on_login =>
148151
"If set, $terms.Bugzilla will check that the password meets the current " _

0 commit comments

Comments
 (0)