[Typo3-dev] Frontend user login with a url and Real URL

Robert John de Stigter robertjohn at bedrijvenweb.nl
Mon Nov 21 09:01:05 CET 2005


The names of the parameters are set in localconf.php and are set but
after the authentication of the frontend user.

-----Oorspronkelijk bericht-----
Van: typo3-dev-bounces at lists.netfielders.de
[mailto:typo3-dev-bounces at lists.netfielders.de] Namens Lars Houmark
Verzonden: zaterdag 19 november 2005 18:04
Aan: typo3-dev at lists.netfielders.de
Onderwerp: Re: [Typo3-dev] Frontend user login with a url and Real URL

> example:
> www.mysite.com/?logintype=login&user=myusername&pass=mypassword this 
> works.
> Now I create the link like this:
> www.mysite.com/members/login/myusername/mypassword/ and configure the 
> Real URL settings to translate it to $_GET variables.

For the link to work with RealURL you should have an URL like this:

www.mysite.com/members/login/user/myusername/pass/mypassword/

Otherwise only the values of the parameters is sent, and not the names
of the parameters.

I have several RealURL sites running with newloginbox, and this gives no
problems. However I am using POST method to run the the login process.

- Lars 


_______________________________________________
Typo3-dev mailing list
Typo3-dev at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev




More information about the TYPO3-dev mailing list