ofthewildfire / securitymonitor
Security Monitor plugin for OctoberCMS. Monitors suspicious password reset attempts and alerts users with IP tracking.
Package info
github.com/ofthewildfire/octobercms-security-monitor
Type:october-plugin
pkg:composer/ofthewildfire/securitymonitor
1.0.3
2025-06-05 18:15 UTC
Requires
- php: >=7.2
- october/rain: ^3.0
README
Adds instant alerts for backend password reset requests.
Features
- Tracks IP and browser info on backend password reset requests
- Emails the account owner with details
Install
Via Composer:
composer require ofthewildfire/securitymonitor
Or manually:
- Copy to
plugins/ofthewildfire/securitymonitor/ - Run:
php artisan october:migrate
No extra setup needed.
Requirements
- OctoberCMS 3.x
- PHP 8.0+
License
MIT