aimanecouissi/module-customer-grid-last-logged-in

Add last logged in column to the Admin customer grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-customer-grid-last-logged-in

Type:magento2-module

pkg:composer/aimanecouissi/module-customer-grid-last-logged-in

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:31 UTC

This package is auto-updated.

Last update: 2026-04-30 21:38:55 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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

MIT