30 Nov
2000
30 Nov
'00
3:27 p.m.
Thanks a lot! Do you know whether it's also possible to set a folder based variable within Zope to allow for different messages when logging into different folders? Ragnar
On Thu, 30 Nov 2000, Ragnar Beer wrote:
Hi Zopistas!
When users connect to a restricted area a dialog box pops up that looks more or less like this:
------------------------------------ Enter user name for Zope at myhost: User: _________ Password: _________ ------------------------------------
Where and how can I change the content of the first line so that it would e.g. read "Enter user name for funky stuff at myhost"?
you can put the following in your start script somewhere before the exec
Z_REALM='my funky stuff' export Z_REALM
HTH, Stefan