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')
-rw-r--r--plugins/Login/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php
index f35b90d43d..8722704f58 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -225,7 +225,7 @@ class Piwik_Login_Controller extends Piwik_Controller
$resetToken = self::generatePasswordResetToken($user);
$ip = Piwik_IP::getIpFromHeader();
- $url = Piwik_Url::getCurrentUrlWithoutQueryString() . "?module=Login&action=resetPassword&token=$resetToken";
+ $url = Piwik_Url::getCurrentUrlWithoutQueryString() . "?module=Login&action=resetPassword";
// send email with new password
try