[Zope-CMF] CMFCore.RegistrationTool.isMemberIdAllowed()
   
    Mark McEahern
     
    mark@mceahern.com
       
    Fri, 17 Jan 2003 10:00:42 -0600
    
    
  
[Raphael Ritz [mailto:ritz@itb.biologie.hu-berlin.de]]
> Zope will generate objects with the username as id (one in the
> acl_user folder, one in the member folder) and that way the username
> will also become part of the URL of the user's home folder. I could
> easily imagine (though I don't know for sure) that an email address
> could cause problems here.
That's true.  If I modify RegistrationTool to require email addresses, then
MembershipTool.wrapUser() complains when it tries to createMemberarea for
that id.
Ugh.
// m
-