[Typo3-dev] user management logic
Leendert Brouwer [Netcreators]
leendert at netcreators.nl
Fri Apr 23 01:09:46 CEST 2004
"Wolfgang Klinger" <wolfgang at stufenlos.net> wrote in message
news:mailman.1798.1082639657.241.typo3-dev at lists.netfielders.de...
> *hiya!*
> On 14:52 Thu 22 Apr , Leendert Brouwer [Netcreators] wrote:
> > 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.
>
> The administration of data in Typo3 goes always through the same
> interface logic, users are nothing different...
> (there might be exceptions though)
>
> -> t3lib/class.t3lib_tcemain.php, t3lib/class.t3lib_tceforms.php,
> typo3/tce_db.php
>
> You can't say "Oh that's the part where user data is handled" ,-)
Aha! That explains a lot. So you can't actually directly extend the "adding
users" logic since it happens in a generic manner. Too bad.
>
> But you can simply create the sql statements yourself...
Well yes, but I want those inserts etc. to be happening at the same time
it's adding typo3 users, so I'd need to capture operations on the fe_users
table somewhere, I guess. Kind of diminishes the simplicity factor :) Thanks
for clearing this up though!
>
>
> bye
> Wolfgang
>
>
>
More information about the TYPO3-dev
mailing list