[Zope] User management pages bug when exists a folder 'user'
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Thu, 20 Sep 2001 20:30:48 +0200 (CEST)
    
    
  
Farrell, Troy writes:
 >   I'm trying to figure out a way around acquision.  I have a folder object
 > in the root called 'user'.  It's name causes a conflict in the DTML
 > namespace in editUser.dtml at
 > Zope/lib/python/AccessControl/dtml/editUser.dtml
 > 
 > In editUser.dtml, there is a line
 > <dtml-var expr="user.name">
You can enhance "editUser.dtml" to make is more resilient with
respect to name clashes.
  You can use "dtml-with" to control the lookup order.
Dieter