WP_FAIL2BAN_LOG_PASSWORD_REQUEST

Log password reset requests.

Default setting: disabled

Added in version 3.5.0.


Enables logging of password reset requests. When enabled, the username and IP address will be written to the syslog facility specified by WP_FAIL2BAN_PASSWORD_REQUEST_LOG.

Example: Enable password reset request logging
/**
 * Log password reset requests.
 */
define('WP_FAIL2BAN_LOG_PASSWORD_REQUEST', true);