[Zope] how to name realm (basic authen)
Richard Barrett
R.Barrett@ftel.co.uk
Fri, 01 Feb 2002 09:52:27 +0000
At 10:16 01/02/2002 +0100, Ulrich Wisser wrote:
>Hello,
>
>my application uses basic authentication. The browser
>opens a window and the user is asked to authenticate
>for realm "Zope". How can I change that "Zope" to
>something like my applications name?
setting the ZREALM environment variable in the shell before starting zope
does it for me. For example:
export ZREALM="MY Realm"
python z2.py
>Thanks
>
>Ulrich
>--
>Searchengine Know How - Webpromotion - Optimization - Internal Search
>World Wide Web Publisher, Ulrich Wisser, Odensvag 13, S-14571 Norsborg
>http://www.publisher.de Tel: +46-8-53460905 Fax: +46-8-534 609 06
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists - http://lists.zope.org/mailman/listinfo/zope-announce
>http://lists.zope.org/mailman/listinfo/zope-dev )