-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login and logout #6
Comments
Hello @lsobral , |
Maybe it was not very clear in my answer. public static $logCustomFields = [
'last_access' => 'Last access on {elapsed_time}.'
]; |
Hello @anteriovieira I created a Handler to work at login time by updating the date of last access and the User model and put your code snippet. The log has been successfully created, but without "Last access on ..." string. In any case it worked. Thank you. |
Hello, @isobral detail this last problem you had. |
…ash-4.17.19 chore(deps-dev): bump lodash from 4.17.4 to 4.17.19
How to track users when they did a login or logout?
Thanks
The text was updated successfully, but these errors were encountered: