[TYPO3-english] User Registration with felogin

Jigal van Hemert jigal at xs4all.nl
Sun May 16 14:08:06 CEST 2010


Christian Schuster wrote:
> Solution for the redirect problem found:
> 
> According to http://bugs.typo3.org/view.php?id=12990
> 
> you have to change $extraHiddenAr[] = '<input type="hidden" 
> name="referer" value="' . rawurlencode($referer) . '" />';
> 
> into: $extraHiddenAr[] = '<input type="hidden" name="referer" value="' . 
> $referer . '" />';
> 
> in the file typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php

Hadn't seen that one yet.
The line should actually read:
$extraHiddenAr[] = '<input type="hidden" name="referer" value="' . 
htmlspecialchars($referer) . '" />';

Patch is already pending in core list...

-- 
Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-english mailing list