9 Mar
2003
9 Mar
'03
11:26 p.m.
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