[Typo3-dev] user management logic

Didier Geheniau didier.geheniau at feas.net
Thu Apr 22 16:25:33 CEST 2004


Hi All,


> 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!

I had the same problem ingeneral. Maybe it's an option to build in
before and after scripts which can be defined in the $TCA array and are
triggerd when a certen db action is done (delete, copy, move, update,
add).

Regards,

Didier M.J.C. Gehéniau
Consultant

FEAS
info at feas.net
www.feas.net 

> -----Original Message-----
> From: typo3-dev-bounces at lists.netfielders.de 
> [mailto:typo3-dev-bounces at lists.netfielders.de] On Behalf Of 
> Leendert Brouwer [Netcreators]
> Sent: vrijdag 23 april 2004 1:10
> To: typo3-dev at lists.netfielders.de
> Subject: Re: [Typo3-dev] user management logic
> 
> 
> "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
> >
> >
> >
> 
> 
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de 
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

------------------------------------------------------------
Mail was checked for spam by the Freeware Edition of No Spam Today! The
Freeware Edition is free for personal and non-commercial use. You can
remove this notice by purchasing a full license! To order or to find out
more please visit: http://www.no-spam-today.com






More information about the TYPO3-dev mailing list