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
Download:
Change log:
- Version 1.0.1: Initial version
- Version 1.0.2: Some improvements
- Version 1.0.3: Send emails with WireMail instead of PHP mail function
- Version 1.0.4: Added separate Return-Path option
Categories: ProcessWire CMS PHP