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

Enhance the application passwords handling from the command line #29001

Open
pmarini-nc opened this issue Sep 29, 2021 · 2 comments
Open

Enhance the application passwords handling from the command line #29001

pmarini-nc opened this issue Sep 29, 2021 · 2 comments

Comments

@pmarini-nc
Copy link

The application passwords handling from the command line can be improved by adding more commands and by enhancing the existing one (user:add-app-password)

This would enable the administrator to centralize the application password operations at the command line and pave the way for application passwords handling automation.

I suggest the following enhancements:

  1. add a delete-app-password: this deletes a given application password. This can be also extended to delete all the passwords for a given user.
  2. add a list-app-password: this lists the application passwords
  3. let the user define the app password name (now it is 'cli')
  4. give the option to json-format the output
  5. let the user define the app password lifetime (ex. 10 minutes)

This would complement the expected fix of the defect #26563

@pmarini-nc pmarini-nc added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Sep 29, 2021
@pmarini-nc
Copy link
Author

pmarini-nc commented Dec 10, 2021

Just opened an issue in the documentation repository as user:add-app-password is not documented: nextcloud/documentation#7805

@joshtrichards
Copy link
Member

Most of these have since been implemented in #40026 (exceptions are items 3 & 5 above)
Docs addition was missing. Pending in nextcloud/documentation#12331

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

No branches or pull requests

2 participants