cloudfoundry / cf-uaac

Apache License 2.0
41 stars 29 forks source link

Misleading documentation in `uaac user update` #58

Closed keymon closed 2 years ago

keymon commented 6 years ago

The help of uaac user update:

$ uaac user update -h

  user update [name]               Update a user account with specified options
                                   --given_name <name>
                                   --family_name <name>
                                   --emails <addresses>
                                   --phones <phone_numbers>
                                   --origin <identity provider origin, defaults to UAA>
                                   --del_attrs <attr_names>, list of attributes to delete

But the --origin option refers to which user to update if there are multiple users with different origin. It does not mean that you can update the origin!

I think this is misleading and it should be reworded.

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/157004801

The labels on this github issue will be updated when the story is started.

wc22222 commented 5 years ago

Good suggestion, @keymon. Tagging sap-dojo as well. @tack-sap

strehle commented 2 years ago

can you please rebase your contribution, then we can accept it - thanks

keymon commented 2 years ago

This was done 3 years ago, I do not even work with this tech anymore. I will rebase this, but not test it whatsover

keymon commented 2 years ago

I rebased. I am missing some authorization or something :shrug: