Login fail notifier for ProcessWire
This module for ProcessWire sends a notification email for each failed login attempt. Similar modules exists already in the module directory of ProcessWire. However, this module is designed to notify, even if specified user doesn't exist.
Settings
The settings for this module are located in the menu Modules=>Configure=>LoginFailNotifier.
Notification email Specifies the email address to which the notification emails should be sent.
Email subject Specifies the subject line for the notification email.
Post variables Specifies the $_POST variables to be included in the notification email. Each variable must be separated by a comma. For example: login_name,login_pass
Server variables Specifies the $_SERVER variables to be included in the notification email. Each variable must be separated by a comma. For example: REMOTE_ADDR,HTTP_USER_AGENT
Install and use modules at your own risk. Always have a site and database backup before installing new modules.