79731369

Date: 2025-08-10 16:43:53
Score: 0.5
Natty:
Report link

This is not truly "current", but it is close:

The only way I know to do this is to query mysql.
The user table has a last_login_on field.

$ mysql -u debian-sys-maint -p   
mysql\> use redmine;   
mysql\> select id,login,firstname,lastname,last_login_on from users order by last_login_on desc; 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gary Aitken