[Typo3] FE-User -> BE-Login
    Ingmar Schlecht 
    ingmars at web.de
       
    Tue Apr  5 00:04:07 CEST 2005
    
    
  
Joshua Preston schrieb:
> Hey All,
> 
> I'm having problems.  I am attempting to setup the FE-User to BE-Login 
> extension, but for some reason, when I attempt to edit the user to setup 
> the relation to the BE User, I never get a valid list of backend users.  
> I also am unable to force the relation by manually editing the fe user.  
> It says INVALID VALUE (96) ...  I'm not entirely sure of the problem, 
> but I am not completely sure where I could be going wrong...  If it's 
> any consolation I also use LDAP Authentication/Integration ...
Please check if the following helps:
In ext_tables.php change the following line from:
"foreign_table_where" => "AND be_users.pid=###SITEROOT### ORDER BY 
be_users.uid",
to
"foreign_table_where" => "AND be_users.pid=0 ORDER BY be_users.uid",
- Ingmar
    
    
More information about the TYPO3-english
mailing list