Project

Profile

Help

Issue #3123

closed

The jwt reset endpoint should return 204 probably

Added by daviddavis over 6 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
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"
}
Actions #1

Updated by daviddavis over 6 years ago

  • Description updated (diff)
Actions #2

Updated by mhrivnak over 6 years ago

+1

Actions #3

Updated by dalley over 6 years ago

  • Sprint/Milestone set to 47
  • Triaged changed from No to Yes
Actions #4

Updated by daviddavis over 6 years ago

  • Status changed from ASSIGNED to POST
Actions #5

Updated by daviddavis over 6 years ago

  • Status changed from POST to MODIFIED
Actions #6

Updated by pcreech over 6 years ago

  • Tags Pulp 3 added
Actions #7

Updated by bmbouter about 6 years ago

  • Sprint set to Sprint 28
Actions #8

Updated by bmbouter about 6 years ago

  • Sprint/Milestone deleted (47)
Actions #9

Updated by daviddavis about 5 years ago

  • Sprint/Milestone set to 3.0.0
Actions #10

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #11

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF