docs: use twofactor_totp as market:install example#1560
Merged
Conversation
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 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
DeepDiver1975
commented
Jul 6, 2026
DeepDiver1975
left a comment
Member
Author
There was a problem hiding this comment.
LGTM — docs-only. Self-authored so recording review only (no self-merge).
- Swaps the
market:installexample fromtwofactor_backup_codestotwofactor_totp(2-Factor Authentication) in_market_commands.adoc; the surrounding URL/app-id explanation stays consistent. Reasonable, more representative example. CI green.
🤖 Generated with Claude Code
phil-davis
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
owncloud/twofactor_backup_codeshas been archived and is no longer maintained.Investigation showed the app was never documented as a feature — no dedicated page, not in the supported-apps list, and the 2FA docs use a different app (
twofactor_totp) as their example. Its only appearance in the docs is as the worked example for finding an app id and runningocc market:installin_market_commands.adoc.This swaps that example to
twofactor_totp(marketplace name "2-Factor Authentication"), which is actively maintained, a real Marketplace app, and already the canonical 2FA app referenced elsewhere in these docs — so the tutorial no longer points readers at an archived app.Changes
modules/admin_manual/pages/configuration/server/occ_commands/app_commands/_market_commands.adoc:twofactor_backup_codes→twofactor_totpmarket:installusage example:twofactor_backup_codes→twofactor_totpNo pages to delete — the app had no feature documentation.
Refs: owncloud/docs#5121
🤖 Generated with Claude Code