Skip to content

Commit 6df7f2f

Browse files
committed
docs: login_failed RL is no longer cleared
1 parent 1107612 commit 6df7f2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/account/rate_limits.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ The following actions are available for configuration:
4343
``"login_failed"`` (default: ``"10/m/ip,5/5m/key"``)
4444
Restricts the allowed number of failed login attempts. When exceeded, the user
4545
is prohibited from logging in for the remainder of the rate limit. Important:
46-
while this protects the allauth login view, it does not protect Django's admin
47-
login from being brute forced. Note that a successful login will clear this
48-
rate limit.
46+
while this protects the allauth login view, it does not
47+
:doc:`protect Django's admin login from being brute forced <../common/admin>`.
4948

5049
``"confirm_email"`` (default: ``"1/3m/key"`` (link) or ``"1/10s/key"`` (code))
5150
Users can request email confirmation mails via the email management view, and,

0 commit comments

Comments
 (0)