From fcc330dad548e1f36f42070d8f68d8b29c36d6e8 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 23 Aug 2025 15:08:13 +0200 Subject: [PATCH] add missing redirect for "disable two-factor authentication" The old page was removed in f77ddf37286554aa46f0e7e8a03c21359c747922, but didn't add a redirect. Signed-off-by: Sebastiaan van Stijn --- content/manuals/security/2fa/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/manuals/security/2fa/_index.md b/content/manuals/security/2fa/_index.md index cd6c9806f0d4..688c3449d800 100644 --- a/content/manuals/security/2fa/_index.md +++ b/content/manuals/security/2fa/_index.md @@ -6,8 +6,9 @@ keywords: two-factor authentication, 2FA, docker hub security, account security, weight: 20 aliases: - /docker-hub/2fa/ - - /security/for-developers/2fa/ - /security/2fa/disable-2fa/ + - /security/for-developers/2fa/ + - /security/for-developers/2fa/disable-2fa/ --- Two-factor authentication (2FA) adds an essential security layer to your Docker account by requiring a unique security code in addition to your password when signing in. This prevents unauthorized access even if your password is compromised.