Index: typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php =================================================================== --- typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php (revision 7285) +++ typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php (working copy) @@ -484,7 +484,7 @@ $extraHidden = implode(chr(10), $extraHiddenAr); } - if (!$gpRedirectUrl && $this->redirectUrl && $this->logintype === 'login') { + if (!$gpRedirectUrl && $this->redirectUrl) { $gpRedirectUrl = $this->redirectUrl; }