File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
template/en/default/admin/params Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 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 " _
You can’t perform that action at this time.
0 commit comments