Closed
Description
This issue is automatically created based on existing pull request: #35356: Show last login date/time on admin user grid
Description
When managing administrative user accounts within the Magento backend, it would be useful to see when particular users have most recently logged in. This pull request adds that information to the grid. (The information already exists in the database.)
Manual testing scenarios
- Navigate to the admin System -> Permissions -> All Users
- Notice the list of admin users lacks information about the last log-in date/time.
- Apply the changes in this pull request.
- Notice the list of admin users now shows the last log-in date/time of each user.
Contribution checklist
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done