[Zope-CMF] changing default members folder
Dieter Maurer
dieter@handshake.de
Tue, 4 Feb 2003 19:35:34 +0100
Stefan Guericke wrote at 2003-2-4 11:42 +0100:
> i have to change the members folder to a folder outside the portal. let's
> say
> http://localhost/testportal/Members is the old folder the new one should be
> http://localhost/test/Members/ . i know that the python functions
> createMemberarea and getHomeFolder could be used for changing the "Members"
> folder to something like "clients". but how do i access a folder outside the
> portal? the security issues are managed with a new role.
Can my "Reference" product help you?
Be careful: When you have your members defined in the "acl_user"
inside the portal, then they will be unable to access non-public
objects outside the portal.
Dieter