Re: [Zope-dev] removal of User Folders

2001-09-24 Thread Jens Vagelpohl

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  -  [EMAIL PROTECTED]
> 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 )

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )



[Zope-dev] removal of User Folders

2001-09-24 Thread Jim Penny

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  -  [EMAIL PROTECTED]
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 )