No description
  • PHP 49.5%
  • JavaScript 47.1%
  • Vue 3.1%
  • CSS 0.3%
Find a file
Nextcloud bot b584de9129
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-12 02:31:14 +00:00
.github Merge pull request #494 from nextcloud/renovate/main-dorny-paths-filter-3.x 2026-05-04 15:28:47 +02:00
.tx
appinfo chore(release): v4.11.2-rc.0 [skip ci] 2026-05-04 14:53:41 +00:00
build
css
doc
l10n fix(l10n): Update translations from Transifex 2026-06-12 02:31:14 +00:00
lib refactor(app): Refactor listener registration 2026-04-14 13:15:57 +02:00
LICENSES
src
templates chore(codestyle): apply Rector and PHP CS 2025-02-20 16:15:34 +01:00
tests feat(php): run rector for PHP 8.1 syntax 2026-03-13 18:14:28 +01:00
vendor-bin chore(dev-deps): upgrade Rector 2026-05-04 16:16:15 +02:00
.eslintrc.js
.gitignore
.l10nignore
.nextcloudignore
.php-cs-fixer.dist.php chore(deps-dev): upgrade PHP CS Fixer 2025-11-10 11:57:28 +01:00
.scrutinizer.yml
AUTHORS.md
babel.config.js
CHANGELOG.md chore(release): v4.11.2-rc.0 [skip ci] 2026-05-04 14:53:41 +00:00
composer.json chore(dev-deps): upgrade PHP platform to 8.1 2025-11-10 11:41:06 +01:00
composer.lock chore(deps): upgrade PHP dependencies 2026-03-12 15:24:40 +01:00
krankerl.toml
LICENSE
package-lock.json chore(release): v4.11.2-rc.0 [skip ci] 2026-05-04 14:53:41 +00:00
package.json chore(release): v4.11.2-rc.0 [skip ci] 2026-05-04 14:53:41 +00:00
README.md docs(readme): Add reuse status badge 2024-12-13 15:20:29 +01:00
rector.php feat(php): run rector for PHP 8.1 syntax 2026-03-13 18:14:28 +01:00
REUSE.toml chore(ci): add CHANGELOG.md to REUSE check 2025-03-17 12:06:39 +01:00
stylelint.config.js
webpack.js

Nextcloud Two-Factor Authentication Admin Support Provider

REUSE status Build status Read the Docs

This two-factor auth (2FA) provider for Nextcloud allows admins to generate a one-time code for users to log into a 2FA protected account. This is helpful in situations where users have lost access to their other 2FA methods or mandatory 2FA without any previously enabled 2FA provider.

For more details, see the admin documentation and user documentation.

Maintainers

How to release

  1. Go to https://github.com/nextcloud/twofactor_admin/actions/workflows/release.yml
  2. Click Run workflow
    1. Leave Branch: main
    2. Click Run workflow
  3. Go to https://github.com/nextcloud/twofactor_admin/actions
  4. Click on the pending Release workflow and approve it (only maintainers can do this)