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

fix(occ): Add user:auth-tokens to command listing #12331

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

joshtrichards
Copy link
Member

@joshtrichards joshtrichards commented Oct 29, 2024

These were implemented in nextcloud/server#40026

Signed-off-by: Josh <josh.t.richards@gmail.com>
@joshtrichards
Copy link
Member Author

/backport to stable30

@joshtrichards
Copy link
Member Author

/backport to stable29

@joshtrichards
Copy link
Member Author

/backport to stable28

user:add-app-password adds a app password named "cli" (deprecated: alias for user:auth-tokens:add)
user:auth-tokens:add Add app password for the named account
user:auth-tokens:delete Deletes an authentication token
user:auth-tokens:list List authentication tokens of an user
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be rephrased similarly to options below

Suggested change
user:auth-tokens:list List authentication tokens of an user
user:auth-tokens:list List specified user authentication tokens

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

occ user:auth-tokens:list   --help
Description:
  List authentication tokens of an user

If this should be reworded, it should be reworded in server first and then simply be aligned here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah more polish would certainly be nice on the embedded command descriptions. I'd like to go through most of them one day, but that's a bigger job. I don't have the time or patience for it right now, particularly relative to more pressing priorities.

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

Successfully merging this pull request may close these issues.

RFE: adding session management to admin functions
3 participants