nextcloud / nextcloud/twofactor_totp

`occ twofactorauth:state` with one or more usernames (and `--all`)

Open
#1,210 1 comment 2 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.