Skip to content

toastnz/silverstripe-login-reports

 
 

Repository files navigation

Silverstripe login reports

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.

Features

  • 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.

Requirements

  • Silverstripe ^4

Installation

composer require axllent/silverstripe-login-attempts

About

Member login reports for Silverstripe

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%