From 40cdeb86874296b090dfb48ce4d0d6c41455405b Mon Sep 17 00:00:00 2001 From: berumuron Date: Wed, 5 Mar 2025 22:36:41 +0100 Subject: fix: Update the user's last activity on login action (#7406) --- app/Controllers/authController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php index d263d6486..6b6a92c31 100644 --- a/app/Controllers/authController.php +++ b/app/Controllers/authController.php @@ -164,6 +164,8 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController { Minz_Translate::init(FreshRSS_Context::userConf()->language); + FreshRSS_UserDAO::touch(); + // All is good, go back to the original request or the index. $url = Minz_Url::unserialize(Minz_Request::paramString('original_request')); if (empty($url)) { -- cgit v1.2.3