[Zope-dev] removal of User Folders

Jens Vagelpohl jens@zope.com
Mon, 24 Sep 2001 18:44:01 -0400


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 )