aimanecouissi / module-customer-grid-last-logged-in
Add last logged in column to the Admin customer grid
Package info
github.com/aimanecouissi/magento2-module-customer-grid-last-logged-in
Type:magento2-module
pkg:composer/aimanecouissi/module-customer-grid-last-logged-in
1.0.0
2026-04-30 21:31 UTC
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
Adds a Last Logged In column to the Admin → Customers → All Customers grid. The module surfaces Magento customer login timestamp directly in the customer listing.
Installation
composer require aimanecouissi/module-customer-grid-last-logged-in bin/magento module:enable AimaneCouissi_CustomerGridLastLoggedIn bin/magento setup:upgrade bin/magento cache:flush
Usage
Open the Admin → Customers → All Customers grid. The Last Logged In column is sourced from Magento customer activity logs and supports sorting and date range filtering.
Last Logged In is hidden by default and can be enabled from the Columns toggle.
Uninstall
bin/magento module:disable AimaneCouissi_CustomerGridLastLoggedIn composer remove aimanecouissi/module-customer-grid-last-logged-in bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.