[Zope-CMF] how to modify the add user method?
Dan L. Pierson
dan@control.com
Fri, 03 Aug 2001 10:07:28 -0400
--On Friday, August 03, 2001 02:43:59 AM -0400 marc lindahl
<marc@bowery.com> wrote:
>
>
>> From: "Dan L. Pierson" <dan@control.com>
>>
>> I still prefer calling this from afterAdd because that catches all
>> possible member additions instead of just ones that came via
>> register.dtml. Call me paranoid if you want :-)
>
> How else do member additions occur?
Anything that chooses to call portal_registration.addMember() :-) A real
example might be code for batch creating members from some other member
source.