[Typo3-dev] redirect after fe user registration
Martin Guenther
mguenther-dev at gmx.de
Tue Dec 7 17:25:39 CET 2004
Hello everyone!
I created a user area on my page. Linking to one of those pages, lets say
with id=10 (not being logged in) redirects me to the login-page (id=5).
After logging in I get redirected to the page I originally wanted (id=10).
That is good!
Additionally i added the frontend user registration to my login page
(id=5). If a user dosen't have a login jet he has the possibillity to get
one. After registering he should also! get redirected to the original page
(id=10). That is not the case. The redirect_url and all parameters somehow
get lost.
I thought the fe_user_registration supports this? Dose anybody have
experience with this? I am planning to write an extension for this, if it
is not jet supported.
Looked at the docus but the only thing i could find is to set the ts
constant plugin.tx_srfeuserregister_pi1.autoLoginRedirect_url (string).
Using this option all my dynamic parameters given like (uid, ..) will get lost.
thx, Martin Guenther
More information about the TYPO3-dev
mailing list