[TYPO3-english] Is there any manual/tutorial for felogin?

Peter Klein pmk at io.dk
Mon Apr 12 18:14:27 CEST 2010


Hi Steffen.

I FINALLY got the referer redirect to work (after doing some debugging on 
the felogin extension.)

Here's what to do:

Disregard the example of "typolinkLinkAccessRestrictedPages" and 
"typolinkLinkAccessRestrictedPages_addParams" in TSRef as that is wrong! 
(Where do I post such info?)
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.1/view/1/6/#id2511740

TSRef says that the parameter of 
"typolinkLinkAccessRestrictedPages_addParams" should be:
config.typolinkLinkAccessRestrictedPages_addParams = 
&return_url=###RETURN_URL###&pageId=###PAGE_ID###

But felogin doesn't use the "return_url" (or "redirect_url" which is listed 
on some sites/blogs.) GET parameter when redirecting!
Nor does it use "This features uses the HTTP_REFERER server environment 
variable. It requires that the browser transmits this variable." as the 
manual/wiki says. (I can edit the wiki info if you want?)

Instead the GET parameter should be "referer", like this:
config.typolinkLinkAccessRestrictedPages_addParams = 
&referer=###RETURN_URL###

--
Peter Klein / Clio Online


"Steffen Müller" <typo3 at t3node.com> wrote in message 
news:mailman.1.1270764272.9262.typo3-english at lists.typo3.org...

> The referrer redirects did not work for me. Since I don't have time to 
> trace this problem and open bugs, someone else needs to do that.
>
> -- 
> cheers,
> Steffen
>
> TYPO3 Blog: http://www.t3node.com/
> Microblog:  http://twitter.com/t3node 




More information about the TYPO3-english mailing list