diff --git a/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php b/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php index 1875db6..0f8539c 100644 --- a/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php +++ b/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php @@ -372,10 +372,10 @@ class FrontendLoginController extends \TYPO3\CMS\Frontend\Plugin\AbstractPlugin } if (!$done) { // Change password form - $markerArray['###ACTION_URI###'] = $this->pi_getPageLink($GLOBALS['TSFE']->id, '', array( + $markerArray['###ACTION_URI###'] = $this->getPageLink('', array( $this->prefixId . '[user]' => $user['uid'], $this->prefixId . '[forgothash]' => $piHash - )); + ), TRUE); $markerArray['###LEGEND###'] = $this->pi_getLL('change_password', '', TRUE); $markerArray['###NEWPASSWORD1_LABEL###'] = $this->pi_getLL('newpassword_label1', '', TRUE); $markerArray['###NEWPASSWORD2_LABEL###'] = $this->pi_getLL('newpassword_label2', '', TRUE);