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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-12-31 04:14:06 +0300
committerGitHub <noreply@github.com>2019-12-31 04:14:06 +0300
commitf11b1827cd3d9ceb92683a40cb3bebe3a94713fc (patch)
treeef3980bb3c68deeeadfd81f31fd6c46fb006aca8 /plugins/Login
parent71f81a7541cee64cbdf7879dd34b2f1176fa8390 (diff)
Fix log tmp segment may be too long (#15312)
* Fix log tmp segment may be too long * fix tests
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/Login.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index 82cbb62ca1..d60358c709 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -51,6 +51,7 @@ class Login extends \Piwik\Plugin
'Controller.Login.confirmPassword' => 'beforeLoginCheckBruteForce',
'Controller.Login.resetPassword' => 'beforeLoginCheckBruteForce',
'Controller.Login.login' => 'beforeLoginCheckBruteForce',
+ 'Controller.TwoFactorAuth.loginTwoFactorAuth' => 'beforeLoginCheckBruteForce',
'Login.authenticate.successful' => 'beforeLoginCheckBruteForce',
'Login.beforeLoginCheckAllowed' => 'beforeLoginCheckBruteForce', // record any failed attempt in UI
'Login.recordFailedLoginAttempt' => 'onFailedLoginRecordAttempt', // record any failed attempt in UI