[Zope-CMF] how does Members folder force login?

seb bacon seb@jamkit.com
Tue, 17 Jul 2001 20:15:05 +0100


* marc lindahl <marc@bowery.com> [010717 19:01]:
> I'm a little stuck on that one... I'd like to get the same behavior out of
> some other top-level folders I'm making...

If you try to view something for which you don't have the permission,
Zope throws an Unauthorized exception, which generates a basic
authentication box.  The CMF has a CookieCrumbler in it, which
intercepts the exception, and redirects to a login form instead.  So
check out the cookie crumbler.

seb