Skip to content

Commit b95ebbb

Browse files
charIeszhaoCopilot
andauthored
fix: typo
Co-authored-by: Copilot <[email protected]>
1 parent af489a0 commit b95ebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security/identifier-lockout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 4
88

99
The identifier lockout policy allows you to customize your own sentinel policy settings to protect against brute force access. This policy works by monitoring authentication attempts for each identifier (such as usernames or email addresses) and implementing restrictions when suspicious activity is detected. If a user exceeds the allowed number of failed authentication attempts, the system temporarily locks the identifier, preventing further authentication attempts for a specified duration. This helps to mitigate brute-force attacks and enhances overall account security.
1010

11-
## Application of the policy \{#applicaiton-of-the-policy}
11+
## Application of the policy \{#application-of-the-policy}
1212

1313
- **Identifier sign-in**: Password and verification code
1414
- **Identifier sign-up**: Email/phone verification code

0 commit comments

Comments
 (0)