From 0d624c8a7122f8317eae370c84c11887789abbf5 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 26 Aug 2025 14:14:37 +0200 Subject: [PATCH] add missing redirect for "disable two-factor authentication" (#23299) - relates to https://github.com/docker/docs/pull/23230 - fixes https://github.com/docker/docs/issues/23298 The old page was removed in f77ddf37286554aa46f0e7e8a03c21359c747922, but didn't add a redirect. ## Description ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review 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 cd6c9806f0..688c3449d8 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.