From d9e410b230b52b68ceb31408c826b1d01b0cc20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:44:50 +0200 Subject: [PATCH] docs: use twofactor_totp as market:install example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit owncloud/twofactor_backup_codes has been archived and is no longer maintained (owncloud/twofactor_backup_codes#61). It was only used as the worked example for finding an app id and running `occ market:install`. Swap the example to twofactor_totp, which is actively maintained, is a real Marketplace app, and is already the canonical 2FA app referenced elsewhere in these docs. The app itself was never documented as a feature, so there are no pages to remove. Refs: owncloud/docs#5121 Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .../server/occ_commands/app_commands/_market_commands.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_market_commands.adoc b/modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_market_commands.adoc index 657cde362..13d408bda 100644 --- a/modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_market_commands.adoc +++ b/modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_market_commands.adoc @@ -28,8 +28,8 @@ Applications can be installed both from {oc-marketplace-url}/[the ownCloud Marke == Install Apps From The Marketplace To install an application from the Marketplace, you need to supply the app’s id, which can be found in the app’s Marketplace URL. -For example, the URL for _Two factor backup codes_ is {oc-marketplace-url}/apps/twofactor_backup_codes. -So its app id is `twofactor_backup_codes`. +For example, the URL for _2-Factor Authentication_ is {oc-marketplace-url}/apps/twofactor_totp. +So its app id is `twofactor_totp`. [source,docker,subs="attributes+"] ---- @@ -60,7 +60,7 @@ Only `zip`, `gzip`, and `bzip2` archives are supported. [source,docker,subs="attributes+"] ---- # Install an app from the marketplace. -{occ-command-example-prefix-docker} market:install twofactor_backup_codes +{occ-command-example-prefix-docker} market:install twofactor_totp # Install an app from a local archive. {occ-command-example-prefix-docker} market:install -l /mnt/data/richdocuments-2.0.0.tar.gz