[Zope-CMF] how to modify the add user method?

Jens Vagelpohl jens@zope.com
Wed, 1 Aug 2001 07:56:59 -0400


- create your own Membership Tool by subclassing from 
CMFDefault/MembershipTool.py
- implement addMember in your new membership tool class with all the 
modifications you want
- replace the default membership tool in the CMF with your own

that's the "clean and correct" way of doing it. for a code example look at 
these files:

http://cvs.dataflake.org:8080/CMFLDAP/

jens

On Wednesday, August 1, 2001, at 04:44 , <josh@pdxbands.com> wrote:

> Looking for a way to modify the add user call. I would like to be able to 
> do
> some additional features at the time a user is created.
>
> Which file do I need to modify?  Or, can I just put an external method 
> call
> when a user is created?
>
> Thanks.
>
> Josh