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

Lars Houmark lars at houmark.com
Sat Nov 19 18:03:44 CET 2005


> 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 






More information about the TYPO3-dev mailing list