[Zope-CMF] using tools
Dieter Maurer
dieter@handshake.de
Fri, 20 Dec 2002 21:10:35 +0100
Martin F Krafft writes:
> How do I use tools? For instance, when I open the portal_registration
> tool in ZMI, the 'Overview' tab says: "... in particular, it sets the
> default policies for allowable member IDs and passwords."
>
> However, next to 'Overview', there is only 'Actions', and that
> contains just the definitions of actions like found in portal_actions.
You must change the tools code.
Not all customization can be done through the management interface.
Dieter