[Typo3-dev] user management logic
Leendert Brouwer [Netcreators]
leendert at netcreators.nl
Thu Apr 22 23:52:03 CEST 2004
"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.
More information about the TYPO3-dev
mailing list