Customer Grid Last Logged In
aimanecouissi/module-customer-grid-last-logged-in
Adds a sortable, date-range-filterable Last Logged In column to the Admin Customers grid, sourced from Magento customer login activity. Hidden by default and enabled via the column toggle.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_CustomerGridLastLoggedIn
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.
License
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.