summaryrefslogtreecommitdiff
path: root/docs/content/overview/authorization/regulation.md
blob: 04ca9affb4894eb764593891551bdac46e37ff19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: "Regulation"
description: "Regulation of failed attempts is an important function of an IAM system."
summary: "Regulation of failed attempts is an important function of an IAM system."
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 320
toc: true
aliases:
  - /docs/features/regulation.html
seo:
  title: "" # custom title (optional)
  description: "" # custom description (recommended)
  canonical: "" # custom canonical URL (optional)
  noindex: false # false (default) or true
---

__Authelia__ takes the security of users very seriously and comes with a way to avoid brute-forcing the first factor
credentials by regulating the authentication attempts and temporarily banning an account when too many attempts have
been made.

## Configuration

Please check the dedicated [documentation](../../configuration/security/regulation.md).