WP_FAIL2BAN_PASSWORD_REQUEST_LOG

Facility for logging password reset events.

Default facility: LOG_USER

Added in version 4.0.0.


Specifies the syslog facility to use when logging password reset request events.

Example: Using LOG_LOCAL3
/**
 * Facility for logging password reset events.
 */
define('WP_FAIL2BAN_PASSWORD_REQUEST_LOG', LOG_LOCAL3);