Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Login/SessionInitializer.php')
-rw-r--r--plugins/Login/SessionInitializer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Login/SessionInitializer.php b/plugins/Login/SessionInitializer.php
index 2caca89aff..9db9da7dec 100644
--- a/plugins/Login/SessionInitializer.php
+++ b/plugins/Login/SessionInitializer.php
@@ -119,6 +119,9 @@ class SessionInitializer
$this->processFailedSession($rememberMe);
} else {
+
+ Piwik::postEvent('Login.authenticate.successful', array($auth->getLogin()));
+
$this->processSuccessfulSession($authResult, $rememberMe);
}
}