Customize / Increase maximum login attempts
-
Amazing work on this plugin. Thank you!!
A client of mine keeps logging themselves out by attempting too many logins with incorrect credentials. After investigation in the source code it seems like currently it’s not possible to allow more then 5 failed attempts before blocking an IP.
I’d like to have a way to customize this behavior:
- either via a new setting “10”
- or, even better, via a filter:
add_filter('sgs_login_attempts', fn () => 10)
Because allowing 10 login attempts is still better then turning the feature off completely 🙂
Hope this feature fill be considered.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Customize / Increase maximum login attempts’ is closed to new replies.