Plugin version: 5.3.2
PHP version: 8.2
WPEngine version: 6.6.2
I have successfully updated / enabled constants in wp-config.php per instructions on wpengine and https://docs.wp-fail2ban.com/en/latest/defines/all.html. I’m able to block users enumerated in WP_FAIL2BAN_BLOCKED_USERS - any attempt to log in as one of those users is met with the message Forbidden
and nothing else; the attempt is not captured in the normal logs.
Notable that if I try and fail to log in with another user NOT in the WP_FAIL2BAN_BLOCKED_USERS list, I do get that failed attempt in the error logs.
Is it possible to effectively use the free version of this plugin on wpengine.com? If so, how can we configure the plugin to write logs in a way that’s visible to the admins?
Follow up to that: does the paid version allow logging to a file, or some other way that will make those logs accessible to the system/user, or does the plugin require full control of the platform (including access to a proper syslog facility)?
Any help is appreciated!
Thanks,
Todd