Skip to content

Commit

Permalink
add image
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Dec 10, 2024
1 parent e9498fd commit 466c681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Aside from 'src/components/Aside.astro';
import EnterpriseEditionBlurb from 'src/content/docs/_shared/_enterprise-edition-blurb.astro';
import InlineField from 'src/components/InlineField.astro';
import WebhookList from 'src/content/docs/extend/events-and-webhooks/events/_list-advanced-threat-detection-webhooks.mdx';
import {YouTube} from '@astro-community/astro-embed-youtube';
import { YouTube } from '@astro-community/astro-embed-youtube';

<EnterpriseEditionBlurb />

Expand Down Expand Up @@ -69,7 +69,7 @@ Rate limiting applies whether you are accessing FusionAuth through the admin UI

An example of how rate limiting is applied for login is represented in the diagram below.

{/* Image Replace */}
![Diagram showing Advanced Threat Detection and how a User will be blocked.](/img/docs/operate/secure-and-monitor/advanced-threat-detection-diagram.png)

If you need to lock an account after several failed logins, consider [user account locking](/docs/lifecycle/authenticate-users/setting-up-user-account-lockout). Using the account lockout feature rather than rate limiting offers additional flexibility in the duration. FusionAuth can also send emails or webhooks when it locks a user's account.

Expand Down

0 comments on commit 466c681

Please sign in to comment.