[Zope] Basic Authentication Realm

Dieter Maurer dieter@handshake.de
Mon, 10 Mar 2003 00:26:16 +0100


Kevin Gill wrote at 2003-3-8 13:34 +0000:
 > Browser Friendly Message via Basic Authentication (Zope/exUserFolder)
 > 
 > I want to set a realm for a part of a site. Basically, I have two directories, 
 > one for category A users and one for category B users.

Use a SiteAccess AccessRule and set RESPONSE.realm as you
want. It might be necessary to use an ExternalMethod as
AccessRule.


Dieter