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 f77ddf3728,
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 <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-08-26 14:14:37 +02:00
committed by GitHub
parent e1c9465a13
commit 0d624c8a71

View File

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