[Typo3-dev] user management logic

Leendert Brouwer [Netcreators] leendert at netcreators.nl
Fri Apr 23 00:16:11 CEST 2004


"Martin T. Kutschker" <Martin.T.Kutschker at blackbox.net> wrote in message
news:mailman.1.1082639379.19802.typo3-dev at lists.netfielders.de...
> 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.

Right, but where in the code is e.g. adding users happening currently?
Because I want to extend those parts of the Typo3 core, thus I need to
override those methods when subclassing the core classes. The generic nature
of Typo3 makes it a little harder to just grep the code for e.g. insert
queries on the fe_users table.


>
> Masi
>






More information about the TYPO3-dev mailing list