Bug 623179
Summary: | Traceback when trying to create a user with the same username that is already existing | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Sayli Karmarkar <skarmark> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | cperry, pkilambi, skarmark, whayutin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:00:30 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
Preethi Thomas
2010-08-11 14:29:55 UTC
$ sudo pulp-admin -u admin -p **** user create --newusername="sayli" --newpassword="****" --name="Sayli K" Successfully created User [ sayli ] with name [ Sayli K ] $ sudo pulp-admin -u admin -p **** user create --newusername="sayli" --newpassword="****" --name="Sayli Karmarkar" "A user with the login, sayli, already exists" verified [root@preethi ~]# pulp-admin user create --newusername=test-user1 --newpassword=redhat Successfully created User [ test-user1 ] with name [ ] [root@preethi ~]# pulp-admin user create --newusername=test-user1 --newpassword=redhat "A user with the login, test-user1, already exists" Closing with Community Release 15 pulp-0.0.223-4. |