[Typo3-dev] user management logic
Martin T. Kutschker
Martin.T.Kutschker at blackbox.net
Thu Apr 22 21:11:39 CEST 2004
Leendert Brouwer [Netcreators] wrote:
> "Fabian Panthen" <panthen at gmx.net> wrote in message
> news:mailman.1791.1082638043.241.typo3-dev at lists.netfielders.de...
>
>>i needed authentication for only frontend users against an external
>>system and achieved this by extending tslib_feUserAuth and overwriting
>>start() and checkAuthentication(). i actually used the typo3 login box
>>and inserted authenticated users on the fly into the typo3 tables so
>>that they'd authenticate successfully against typo3 once my
>>authentication had been successfull.
>
> I can see how you did that, but tslib_feUserAuth does not contain the
> logic/sql queries for adding/deleting/editing user records, it only holds
> authentication logic.
Nothing special about it AFAIK (besied passwords). Just
create/delete/modify the records in fe_users and be_users.
Just make sure you understand the fields. Hhave a look at the tabes TCA
entries.
Masi
More information about the TYPO3-dev
mailing list