@@ -161,14 +170,12 @@ $actionLogsEnabled = Joomla\CMS\Component\ComponentHelper::isEnabled('com_action
Global Check-in
@@ -377,11 +382,7 @@ $actionLogsEnabled = Joomla\CMS\Component\ComponentHelper::isEnabled('com_action
-
-
- Action Logs component is disabled. Enable it to track login activity.
-
-
+
| User | App | IP | Time |
diff --git a/source/script.php b/source/script.php
index ec40f5c6..fccb9ef9 100644
--- a/source/script.php
+++ b/source/script.php
@@ -93,6 +93,10 @@ class Pkg_MokosuiteclientInstallerScript
$this->enablePlugin('task', 'mokosuiteclientdemo');
$this->enablePlugin('task', 'mokosuiteclientsync');
+ // Ensure Joomla action log plugins are enabled (required for login tracking)
+ $this->enablePlugin('actionlog', 'joomla');
+ $this->enablePlugin('system', 'actionlogs');
+
// Migrate params from core plugin to feature plugins (one-time)
$this->migrateFeatureParams();