Add docs for MFA totp (#704)

Co-authored-by: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com>
This commit is contained in:
Nicolas Frati
2026-05-14 20:39:45 +02:00
committed by GitHub
parent f3ee9f9f83
commit a2cd5f41d5
5 changed files with 128 additions and 1 deletions

View File

@@ -582,6 +582,10 @@ export const docsNavigation = [
title: 'Disable Local Auth',
href: '/selfhosted/identity-providers/disable-local-authentication',
},
{
title: 'Enable MFA for local users',
href: '/selfhosted/identity-providers/enable-local-mfa',
},
],
},
{
@@ -964,4 +968,4 @@ function NavigationGroup({ group, className, hasChildren }) {
</div>
</li>
)
}
}