CSF blocks ip with 2 login failure in wordpress
Posted: 06 Nov 2020, 16:36
I have CSF on my server and I use directadmin. when a user has 2 login failure in wordpress website csf add code like this in .htaccess file:
how can I increase the number of login failure for wordpress users?
Code: Select all
# BEGIN Brute Force Login Protection
<FilesMatch ".*\.(php|html?|css|js|jpe?g|png|gif)$">
order deny,allow
deny from 178.63.180.101
</FilesMatch>
# END Brute Force Login Protection