Hello, I use a regular user folder for HTTP Authentication. In the IE or Mozilla generated Login Dialog Box, it prints the word Zope above username and password. Where is this in Zope and how can I change it... I have a very novice user audience, and my applications doesn't use any Zope screens, so it could be confusing to my audience. I'd love to put a sentence in there, but at the very least my program name. Thanks In Advance, -Jon Cyr WeddingWeblog.com cyrj@cyr.info http://www.weddingweblog.com
Jonathan Cyr wrote:
Hello,
I use a regular user folder for HTTP Authentication. In the IE or Mozilla generated Login Dialog Box, it prints the word Zope above username and password. Where is this in Zope and how can I change it...
I have a very novice user audience, and my applications doesn't use any Zope screens, so it could be confusing to my audience. I'd love to put a sentence in there, but at the very least my program name.
Thanks In Advance,
Change the http-realm directive in zope.conf for your zope instance. (At least in 2.7. I'm not sure about earlier versions). Jim
Yep, 2.72, Not used to looking in the zope.conf, should have known that. Thanks, -Jon Jim Gallacher wrote:
Jonathan Cyr wrote:
Hello,
I use a regular user folder for HTTP Authentication. In the IE or Mozilla generated Login Dialog Box, it prints the word Zope above username and password. Where is this in Zope and how can I change it...
I have a very novice user audience, and my applications doesn't use any Zope screens, so it could be confusing to my audience. I'd love to put a sentence in there, but at the very least my program name.
Thanks In Advance,
Change the http-realm directive in zope.conf for your zope instance. (At least in 2.7. I'm not sure about earlier versions).
Jim _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Jim Gallacher -
Jonathan Cyr