commit 5d332ccbd46912fdff0cc03313b7c4113acde10a Author: Erik Stielstra Date: Sun Oct 5 17:41:24 2014 +0200 #73 diff --git a/core/modules/user/src/Controller/UserController.php b/core/modules/user/src/Controller/UserController.php index 87febdc..a0bd0e1 100644 --- a/core/modules/user/src/Controller/UserController.php +++ b/core/modules/user/src/Controller/UserController.php @@ -88,7 +88,7 @@ public function resetPass($uid, $timestamp, $hash) { $_SESSION['pass_reset_' . $account->id()] = $token; drupal_set_message(t('You are logged in as %user. Change your password.', array( '%user' => $account->getUsername(), - '!user_edit' => url("user/" . $account->id() . "/edit", array( + '!user_edit' => _url("user/" . $account->id() . "/edit", array( 'query' => array('pass-reset-token' => $token), )), )));