A module to add a system login reports to the CMS, as well as an individual member logins.
Note: The LoginAttempt::Email
field is now deprecated, meaning that Silverstripe by default
will only log a SHA1 hash of the login email. This module re-enables this field and will cause
the login process to update the Email
field with the posted value. This module also exposes
member IPs to anyone with access to the reports and/or member data.
- A report for all websites logins (failed and passed), displaying date, status, IP address and email.
- Adds a
Login attempts
tab to CMS members (Security) specific to that member. - All data is read-only and cannot be manipulated via the CMS.
- Silverstripe ^4
composer require axllent/silverstripe-login-attempts