Actions
Issue #3123
closedThe jwt reset endpoint should return 204 probably
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 28
Quarter:
Description
Currently it returns 200 with a list of user attributes:
$ http POST :8000/api/v3/users/admin/jwt_reset/
HTTP/1.0 200 OK
Allow: POST, OPTIONS
Content-Length: 92
Content-Type: application/json
Date: Wed, 08 Nov 2017 21:07:33 GMT
Server: WSGIServer/0.2 CPython/3.5.4
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN
{
"_href": "http://localhost:8000/api/v3/users/admin/",
"is_superuser": true,
"username": "admin"
}
Updated by dalley about 7 years ago
- Sprint/Milestone set to 47
- Triaged changed from No to Yes
Updated by daviddavis about 7 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis about 7 years ago
Updated by daviddavis about 7 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|d9382cdae011b909766dba670e2956cc9043ad95.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix jwt reset response
fixes #3123 https://pulp.plan.io/issues/3123