From d792eb95d19105c94ce49ffe60744dccd1c7e092 Mon Sep 17 00:00:00 2001 From: gl4nce <80954719+gl4nce@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:38:49 +0100 Subject: [PATCH] remove extra anchor --- cheatsheets/Forgot_Password_Cheat_Sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/Forgot_Password_Cheat_Sheet.md b/cheatsheets/Forgot_Password_Cheat_Sheet.md index c6d2f3a83c..bb64537228 100644 --- a/cheatsheets/Forgot_Password_Cheat_Sheet.md +++ b/cheatsheets/Forgot_Password_Cheat_Sheet.md @@ -102,7 +102,7 @@ Offline methods differ from other methods by allowing the user to reset their pa These identifiers should be stored offline and in a secure fashion (*e.g.* password managers), and the backend should properly follow the [general security practices](#general-security-practices). Some implementations are built on [hardware OTP tokens](Multifactor_Authentication_Cheat_Sheet.md#hardware-otp-tokens), [certificates](Multifactor_Authentication_Cheat_Sheet.md#certificates), or any other implementation that could be used inside of an enterprise. These are out of scope for this cheat sheet. -If account has MFA enabled, and you are looking for MFA recovery, different methods can be found in the corresponding [Multifactor Authentication cheat sheet](Multifactor_Authentication_Cheat_Sheet.md##resetting-mfa). +If account has MFA enabled, and you are looking for MFA recovery, different methods can be found in the corresponding [Multifactor Authentication cheat sheet](Multifactor_Authentication_Cheat_Sheet.md#resetting-mfa). ### Security Questions