29 Oct
2003
29 Oct
'03
8:34 p.m.
Matt Carey wrote at 2003-10-29 13:30 +0000:
i have a zope instance for a client of mine, and log-in/authentication is handled by a standard acl_users folder in the root level.
when the log-in box appears there is the realm 'zope', and i need to change this to something else.
any idea how i can do this? (i have searched the zope site and this mailing list with no luck)
You did not search good enough... Anyway: the realm can be controlled by an environment variable. Search the code in "ZPublisher/*.py" for "realm" to learn the name of this environment variable (it is probably "ZOPE_REALM", but I am not sure). -- Dieter