[Typo3-dev] Adding fields to the "New Website user" dialog.
    Mathias Schreiber [wmdb>] 
    mathias.schreiber at wmdb.de
       
    Tue Jun  7 16:13:19 CEST 2005
    
    
  
Arne Skjaerholt wrote:
> I've got an extension in which I have added a field to the fe_users
> table for additional authetication purposes. Now, it'd be nice if I
> could set that property (it's an ENUM field) in the "New > Website user"
> under the SysFolder I keep the users in.
> Is there a reasonably simple way to do this, or is it just as well to
> write a little BE module to handle that part of the user?
I don't think I get you right but why not do an SQL statement?
-- 
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
	$this->fresseHalten = 1;
}
    
    
More information about the TYPO3-dev
mailing list