nextcloud / nextcloud/twofactor_totp
`occ twofactorauth:state` with one or more usernames (and `--all`)
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 318
- Forks
- 57
- Avg merge
- 1h 58m
- Merged PRs (30d)
- 2
Description
Feature Request
Support one-or-more usernames on the command line, so that instead of calling php occ twofactorauth:state username once for every user, we can make a single call and have it iterate more efficiently internally.
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 at the implementation of the occ twofactorauth:state command and trace how a username is currently handled. Check the command with one username, multiple usernames, and --all; done means all requested users are processed in one invocation without changing the existing single-user behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100