Closed
Bug 1257914
Opened 10 years ago
Closed 8 years ago
the error shown when a BMO account is disabled is suboptimal
Categories
(MozReview Graveyard :: Integration: Bugzilla, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: glob, Assigned: glob)
Details
the error shown when a BMO account is disabled is suboptimal.
any bugzilla error used to output:
> abort: invalid Bugzilla API key; visit Bugzilla to obtain a new API key
which in most cases wasn't useful.
now we output bugzilla's error message, which for a disabled account is:
> abort: The username or password was not correct (HTTP 401, API Error 104)
> Log out and back in to Review Board then try again
this is useful in most cases, except when an account is disabled - the advice to relog isn't useful.
we should examine the error code returned by BMO and change the suggested action accordingly.
https://github.com/mozilla/webtools-bmo-bugzilla/blob/master/Bugzilla/WebService/Constants.pm#L65
mozreview is going away – wontfix'ing
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•