File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,8 @@ The following actions are available for configuration:
43
43
``"login_failed" `` (default: ``"10/m/ip,5/5m/key" ``)
44
44
Restricts the allowed number of failed login attempts. When exceeded, the user
45
45
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 >`.
49
48
50
49
``"confirm_email" `` (default: ``"1/3m/key" `` (link) or ``"1/10s/key" `` (code))
51
50
Users can request email confirmation mails via the email management view, and,
You can’t perform that action at this time.
0 commit comments