Feature: #107953 - Add "Current logged-in users" filter to the "Backend Users" module
See forge#107953
Description
A new filter option Current logged-in users has been added to the Administration > Users module. This feature allows administrators to quickly list all backend accounts that are currently active.
The detection mechanism is based on the
lastlogin timestamp in
combination with the global configuration value
$GLOBALS, which defines the
maximum lifetime of backend user sessions.
Note
The top-level backend modules were renamed in TYPO3 v14. The module now called Administration was previously named System, and the module now called System was previously named Admin Tools. For details, see: Feature: #107628 – Improved backend module naming and structure.
Impact
Administrators can now filter backend users by those who are currently logged in, providing an immediate overview of active sessions directly within the Administration > Users module.