[Zope-CMF] User Folder

James van der Veen james@codenamefuture.nl
Wed, 27 Jun 2001 09:29:55 +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


Hi jens,

so that would mean I would not be able to creat some other CMF on the =
same
server with the posibility to
create user (member) folders?

Or would there be a way to do that?

James



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