Closed
Bug 1221851
Opened 10 years ago
Closed 10 years ago
Parameter description for "password_complexity" is incorrect
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: dylan)
References
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Somehow overlooked this.
Attachment #8683450 -
Flags: review?(dkl)
Comment on attachment 8683450 [details] [diff] [review]
1221851_1.patch
Review of attachment 8683450 [details] [diff] [review]:
-----------------------------------------------------------------
r=glob
::: template/en/default/admin/params/auth.html.tmpl
@@ +137,4 @@
> "Set the complexity required for passwords. In all cases must the passwords " _
> "be at least ${constants.USER_PASSWORD_MIN_LENGTH} characters long." _
> "<ul><li>no_constraints - No complexity required.</li>" _
> + "<li>bmo - Passwords must meet any 3 of the following conditions: " _
i think this would be clearer if it were "..at least three.." instead of "..any 3.."
Attachment #8683450 -
Flags: review?(dkl) → review+
since this is a fixup bug, could you also fix the warnings generated by the tests:
ok 636 - --WARNING template/en/default/global/user-error.html.tmpl has 3 unused error tag(s):
# user error tag 'passwords_dont_match' is defined at line(s) (1487) but is not used anywhere
# user error tag 'password_not_complex' is defined at line(s) (1504) but is not used anywhere
# user error tag 'password_too_short' is defined at line(s) (1495) but is not used anywhere
| Assignee | ||
Comment 4•10 years ago
|
||
I don't know how you're seeing that. password_* error tags are supposed to be ignored by that test -- and I don't see those (with and without "bz fix")
| Assignee | ||
Comment 5•10 years ago
|
||
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
c7a2cf0..67d9618 master -> master
Will leave bug open while I check on those in taskcluster...
| Assignee | ||
Comment 6•10 years ago
|
||
Filed as bug 1221860
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•