[Typo3-dev] Login Question
mguenther-dev at gmx.de
mguenther-dev at gmx.de
Tue Mar 15 12:14:45 CET 2005
Hi,
Trying to solve a similar problem I found an answer to your first question.
The newloginbox plugin sets user; pass; logintype=login or logout; pid= pid
of the page with user records; redirect_url; as post values (see output of
plugin) when submitted.
The class tslib_feuserauth and its parent t3lib_userauth use these values to
login the user automatically. The flag $GLOBALS['TFSE']->loginUser is set 1.
Regards,
Martin Guenther
> We have the following 2 questions and could not find any answers. Could
> somebody enlighten us?
>
> 1. When you create a new login form in TYPO3 what happens in the
> submission
> of the form that lets the typo3 core know that login is happening? There
> seems to be no clear indicator of what the core is looking for when the
> login is submitted. I've looked through the tslib php files, with no luck.
> Can you help identify this.
>
> 2. When trying to pass variables to the login validator in the typo3 core,
> and are attempting to by pass the login box. What is the API call and what
> parameters are needed? We are trying to add an extra step to the login
> process before the login actually occurs.
>
> Thanks,
>
> Marlies & Reuven
> www.enomaly.com
>
>
--
SMS bei wichtigen e-mails und Ihre Gedanken sind frei ...
Alle Infos zur SMS-Benachrichtigung: http://www.gmx.net/de/go/sms
More information about the TYPO3-dev
mailing list