ofthewildfire / securitymonitor
Security Monitor plugin for OctoberCMS. Monitors suspicious password reset attempts and alerts users with IP tracking.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:october-plugin
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