[Zope-CMF] User Folder
Jens Vagelpohl
jens@digicool.com
Tue, 26 Jun 2001 17:47:23 +0200
james,
this functionality sits in python code and you cannot change it using =
DTML=20
or skins.
you could subclass from CMFDefault.MembershipTool.py and override=20
addMember in your custom membership tool.
jens
jens
On Tuesday, June 26, 2001, at 12:49 , James van der Veen wrote:
> Hi,
>
> I was wondering If sonmeone can tell me how to disable the creation of=20=
> user
> folders and the initial document created for the user.
> I tried to disable it by using portal_membership
> So Now it=B4s turned off but the userfolders are still created upon
> registration.
>
> Hope someone can help me with this. Without having to change the =
Python
> files.
>
>
> James