From 3773a4859699d73f26abe72b794991218a633f81 Mon Sep 17 00:00:00 2001 From: netroms Date: Mon, 6 Oct 2025 18:00:51 +0800 Subject: [PATCH] Add 2FA reset instructions to sysadmin index --- src/sysadmin/sysadmin_section_index.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sysadmin/sysadmin_section_index.yml b/src/sysadmin/sysadmin_section_index.yml index 0fa2dfa19..b1bc9b637 100644 --- a/src/sysadmin/sysadmin_section_index.yml +++ b/src/sysadmin/sysadmin_section_index.yml @@ -13,6 +13,7 @@ How To: - Database Backup and Restore: '@github(dhis2/dhis2-server-tools, docs/how-to/db-backup-and-restore.md, main)' - Manual PostgreSQL Overrides in an Automated Setup: '@github(dhis2/dhis2-server-tools, docs/how-to/CustomPostgreSQLConfig.md, main)' - Manual Proxy Overrides in an Automated Setup: '@github(dhis2/dhis2-server-tools, docs/how-to/CustomNginx_Apache2Config.md, main)' + - How to Manually Reset 2FA for a User: '@github(dhis2/dhis2-docs, src/sysadmin/how-to/reset2fa.md, master)' # - Apache Doris Setup: '@github(dhis2/dhis2-server-tools, docs/how-to/Apache-Doris-setup.md, main)' # - PostgreSQL Setup: '@github(dhis2/dhis2-docs, src/sysadmin/how-to/PostgreSQL-setup.md, master)' # - azure-sso: '@github(dhis2/dhis2-docs, src/sysadmin/how-to/azure-sso.md, master)'