Closed
Bug 1034313
Opened 11 years ago
Closed 11 years ago
Login endpoint complains that password param is not there when it is
Categories
(bugzilla.mozilla.org :: API, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: automatedtester, Assigned: glob)
Details
When I call (password removed for obvious reasons)
https://bugzilla-dev.allizom.org/rest/login?login=dburns@mozilla.com&password=<insert a password>
I get
{
"code" : 50,
"error" : true,
"message" : "The function requires a password argument, and that argument was not set."
}
Calling this endpoint on production works fine
bugzilla-dev was missing the fix for bug 1027195.
Assignee: nobody → glob
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
well, that should have fixed it, but it didn't.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
httpd needed a restart.
i'll chase up with infra to figure out why this didn't happen automatically.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•