Enhance the application passwords handling from the command line
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
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:
- 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. - add a
list-app-password: this lists the application passwords - let the user define the app password name (now it is 'cli')
- give the option to json-format the output
- let the user define the app password lifetime (ex. 10 minutes)
This would complement the expected fix of the defect #26563
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing user:add-app-password command and reviewing defect #26563. Define the command names and options for deleting, listing, naming, JSON output, and lifetimes, then verify that each requested application-password operation is available from the command line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100