Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed as admin.. clause from create-user since it is confusing. #365

Merged
merged 1 commit into from
May 28, 2015

Conversation

SrinivasChilveri
Copy link

Story in CLI [#74893356].

When we create users using the CLI while logged in as the admin user, the CLI feedback for this uses the wording: Creating user as admin.... This was confusing at first glance as we though it meant that the new user was going to be an administrator rather than this meaning that we were logged in as admin.

Before Fix :
$ cf create-user abc def
Creating user abc as admin...
OK

After Fix :
create-user abc1 def1
Creating user abc1...
OK

Story in CLI [#74893356].

When we create users using the CLI while logged in as the admin user, the CLI feedback for this uses the wording: Creating user as admin.... This was confusing at first glance as we though it meant that the new user was going to be an administrator rather than this meaning that we were logged in as admin.

Before Fix :
$ cf create-user abc def
Creating user abc as admin...
OK

After Fix :
 create-user abc1 def1
Creating user abc1...
OK
@cfdreddbot
Copy link

Hey SrinivasChilveri!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you've already signed the CLA.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/89187278.

jberkhahn added a commit that referenced this pull request May 28, 2015
Removed as admin.. clause from create-user since it is confusing.
@jberkhahn jberkhahn merged commit 4a108fd into cloudfoundry:master May 28, 2015
@jberkhahn
Copy link
Contributor

This looks good, merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants