CakeDC / users

Users Plugin for CakePHP
https://www.cakedc.com
Other
521 stars 296 forks source link

Login history #962

Open GregS opened 3 years ago

GregS commented 3 years ago

Would be great to have support for at least a "last login" time and IP tracker. Ideally, a separate history table, might also include failed logins, saving a certain number of records or for a specified time period, and options to clear that. Useful for security audits and user engagement tracking.

steinkel commented 3 years ago

Last Login sounds great, the IP not so great as it would impact privacy policies in some places. Failed logins could be useful too in case we want to implement a policy to handle accounts based on failed logins. I'd say creating an event and leaving the policy implementation for the end user applications for now. Thanks!

steinkel commented 2 years ago

Partially done in #965

ajibarra commented 2 months ago

@steinkel what is pending here?