[Zope-CMF] should Login/root pages have different Permission from others?

Meilicke, Scott scott.meilicke@intp.com
Mon, 1 Oct 2001 15:30:18 -0700


You could restrict the whole site so anonymous has no access, have a single
folder that anonymous can access, have /index_html viewable as well, and
have /index_html redirect to the visible folder, which in turn contains your
home page index_html.  That way you set permissions different from the
default (no access) in two places, not for every file and folder in your
root.

Scott

-----Original Message-----
From: Bill Seitz [mailto:fluxent@yahoo.com]
Sent: Monday, October 01, 2001 3:04 PM
To: Zope-CMF@zope.org
Subject: [Zope-CMF] should Login/root pages have different Permission
from others?


Is there a way to define the home page and Login page
of a portal as having different View rights from the
rest of the site?

If I want a site to be available only to a controlled
audience, then I want an unauthenticated user to be
able to see at least the Login page, and maybe the
home page (though if redirected to Login, that could
be OK). (But of course, none of the actual content
pages.)

But right now I can't figure out how to do this. Any
ideas?

Or am I mis-thinking the whole architecture?

__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests