From be10486f5e45148c78ab0c0a57a4056d5fc2889a Mon Sep 17 00:00:00 2001 From: equinoxmatt Date: Sat, 9 May 2020 11:49:49 +0100 Subject: 2914 show last login date (#2936) * Add new last_login param to default user config * Add English translation strings for last login feature * Update last_login when user successfully logs in. * Add last_login column to manage users screen * Add last_login to user details screen * Remove accidental docker-compose.yml * Fix whitespace * Use last modified time for config file * Remove last_login field from default user config * Touch user configuration file upon succesful login * Add translations with todos * Fix whitespace * Use last_user_activity * Semi-colomn Co-authored-by: Alexandre Alapetite --- app/views/user/details.phtml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/views/user/details.phtml') diff --git a/app/views/user/details.phtml b/app/views/user/details.phtml index ee5e381fd..8b3cc3a44 100644 --- a/app/views/user/details.phtml +++ b/app/views/user/details.phtml @@ -44,6 +44,13 @@ +
+ +
+ details['last_user_activity'] ?> +
+
+
-- cgit v1.2.3