[Zope] Multiple CMF sites on one server
Dieter Maurer
dieter@handshake.de
Sun, 11 Aug 2002 19:53:20 +0200
Russell Hires writes:
> I don't know if it's documented, but I had a problem with CMF dealing with
> the same username on different cmf portal sites that were on the same server.
> IOW, I could click on the "Join" link, as user "Rusty" for CMFsite1, and be
> added; but if I try to join as user "Rusty" on CMFsite2, then I get an error.
Apparently, they use the same "acl_users" object.
When you create a new CMF site, you are asked whether the new site
should create a new "acl_users" or use an existing one.
Dieter