Actions
Task #2357
closedAdd a user ViewSet
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 10
Quarter:
Description
To support:
- CRUD the user
- list all the users
- change password for the user (hopefully taking advantage of django's included views that handle password management)
Related issues
Updated by ttereshc about 8 years ago
- Blocked by Task #2356: Add serializer for the user model added
Updated by ttereshc about 8 years ago
- Related to Task #2090: Create a plan for user/auth in 3.0 added
Updated by mhrivnak about 8 years ago
- Description updated (diff)
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by dkliban@redhat.com about 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
Added by dkliban@redhat.com about 8 years ago
Added by dkliban@redhat.com about 8 years ago
Revision 55c9f8e3 | View on GitHub
Adds ViewSet for User model
Adds ability to: GET, POST to /api/v3/users/ PUT, PATCH, DELETE to /api/v3/users//
Updated by dkliban@redhat.com about 8 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|55c9f8e32188aa3e1f9a1467b6b792af41cd65f4.
Updated by dkliban@redhat.com about 8 years ago
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Adds ViewSet for User model
Adds ability to: GET, POST to /api/v3/users/ PUT, PATCH, DELETE to /api/v3/users//
closes #2357 https://pulp.plan.io/issues/2357