Bug 631896
| Summary: | No way to change user password | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Mike McCune <mmccune> |
| Component: | z_other | Assignee: | Mike McCune <mmccune> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | pthomas, tsanders |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 13:59:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 641987 | ||
|
Description
Mike McCune
2010-09-08 15:38:29 UTC
Future Feature commit f4577e9c1e1c2ccb9dc5568728a51f7624fea73c
Author: Mike McCune <mmccune>
Date: Fri Oct 29 11:43:59 2010 -0700
631895 - now you can edit a user and change their password
Fixed in build 0.78. verified
[root@preethi ~]# pulp-admin user update --help
Usage: pulp-admin <options> user update <options>
Options:
-h, --help show this help message and exit
--username=USERNAME username of user you wish to edit. Not editable
(required)
--password=PASSWORD updated password to assign to user
--name=NAME updated name of user for display purposes
[root@preethi ~]# pulp-admin user update --username=admin --password=redhat
Successfully updated [ admin ] with name [ ]
Closing with Community Release 15 pulp-0.0.223-4. |