Bug 714046
| Summary: | Wrong error message when running user delete on admin user | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Sayli Karmarkar <skarmark> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | cperry, jconnor, jortel, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 26 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-15 15:14:29 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: | 647488 | ||
|
Description
Preethi Thomas
2011-06-17 08:41:09 UTC
fix in 11f72e76cb51edc3aa18c7656d75b5473e12cbcf build: 0.196 fails-qa even though the above error has been fixed, I think the message needs to be reworded. [root@preethi ~]# rpm -q pulp pulp-0.0.200-1.fc14.noarch [root@preethi ~]# pulp-admin user delete --username=admin error: operation failed: Cannot delete admin, they are the last super user I would suggest something like error: operation failed: The last super user "admin" cannot be deleted. looks like i forgot to move it to assigned. see last comment. $ sudo pulp-admin user delete --username admin error: operation failed: The last super user 'admin' cannot be deleted. build: 0.212 fails_qa [root@preethi ~]# rpm -q pulp pulp-0.0.212-1.fc14.noarch [root@preethi ~]# pulp-admin user delete --username admin error: operation failed: Cannot delete admin, they are the last super user [root@preethi ~]# Looks like the fix did not make it in that build. Commit was pushed before the build but changelog shows that it was tagged after previous commit. Moving to modified. build: 0.213 [root@preethi ~]# pulp-admin user delete --username admin error: operation failed: The last super user 'admin' cannot be deleted. [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# rpm -q pulp pulp-0.0.213-1.fc14.noarch Closing with current community release pulp-0.0.223 |