removal of User Folders
Is there some function that is called when a User Folder is removed? If so, what is it? If not, is there a recommended way to delete users, any information stored about the User Folder's configuration, etc.? Thanks. Jim Penny
manage_beforeDelete will be called on the object before it gets deleted. if you implement this method then whatever you put in it will be executed. user folders use it to remove the __groups__ attribute from their container which they set in their constructor. jens On Monday, September 24, 2001, at 06:20 , Jim Penny wrote:
Is there some function that is called when a User Folder is removed?
If so, what is it?
If not, is there a recommended way to delete users, any information stored about the User Folder's configuration, etc.?
Thanks.
Jim Penny
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Jens Vagelpohl -
Jim Penny