Skip to content

Commit 0d624c8

Browse files
authored
add missing redirect for "disable two-factor authentication" (#23299)
- relates to #23230 - fixes #23298 The old page was removed in f77ddf3, but didn't add a redirect. <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e1c9465 commit 0d624c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/manuals/security/2fa/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ keywords: two-factor authentication, 2FA, docker hub security, account security,
66
weight: 20
77
aliases:
88
- /docker-hub/2fa/
9-
- /security/for-developers/2fa/
109
- /security/2fa/disable-2fa/
10+
- /security/for-developers/2fa/
11+
- /security/for-developers/2fa/disable-2fa/
1112
---
1213

1314
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.

0 commit comments

Comments
 (0)