techcnet / LoginFailNotifier

Sends notification e-mails for each failed login attempt.

Home Page:https://tech-c.net/posts/login-fail-notifier-for-processwire/

Repository from Github https://github.comtechcnet/LoginFailNotifierRepository from Github https://github.comtechcnet/LoginFailNotifier

Login fail notifier for ProcessWire

GitHub GitHub last commit

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

"Screenshot showing the module settings"

About

Sends notification e-mails for each failed login attempt.

https://tech-c.net/posts/login-fail-notifier-for-processwire/

License:GNU General Public License v2.0