Open mikey-harveycameron opened 1 year ago
I don't think that's default behaviour. Security::login_recording
is to false
by default.
I don't think that's default behaviour.
Security::login_recording
is tofalse
by default.
This is correct, but it was also made dependent on max login attempts, which is set to 10, so it is never false!
Affected Version
SS4.13
Description
The LoginAttempt table is written to by every controller when the site is accessed using BasicAuth. This includes Elemental block controllers. The LoginAttempt table quickly becomes massive and the site slows down.
Is it necessary to record BasicAuth attempts? If so, can we restrict to the top controller? And only once per session?
Steps to Reproduce