Member Interface
May be somewhat out of date.  Moved from cmf.zope.org, where it was last modifed 2000/11/01.
    
    Purpose
This interface represents all a member's "non-security" data within the portal (the security stuff is accessed through Zope's BasicUser interface).
No permission (called only by Python)
-  
getHomeURL( self ) - Return URL of member folder, if exists.
 -  
setMemberProperties( self, REQUEST ) - Update any of the member's propertysheets fromt REQUEST.
 -  
PropertySheets( self ) - Return a list of the sheets for this member.
 -  
changeUser( self, password, roles, domains ) - Update the underlying Zope security profile for the user corresponding to the member.