[Zope] Login fails on all accounts (even init and emergency)
Dieter Maurer
dieter@handshake.de
Wed, 19 Mar 2003 21:28:49 +0100
Marek wrote at 2003-3-18 17:16 +0000:
> I've installed zope on a Mandrake 9.0 Linux system. I installed from
> rpms (Nexedi's, via urpmi). I've tried setting passwords for inituser
> and for an emergency user via zpasswd (which seemed to go fine).
>
> Despite everything, however, when I try to log in to the management
> interface it gives me a login window, which just won't go away. No
> matter what username or password I enter, it immediately just responds
> with a new login window (and hitting cancel simply gives me a "you are
> not authorized to access this resource" error.
>
> Can anyone tell me what I've done wrong?
You may create these files at a place where Zope does not
look for them....
Zope RPM distro's often use the so called "INSTANCE_HOME" setup
where the Zope software ("SOFTWARE_HOME") is maintained at a different
place than the Zope data ("INSTANCE_HOME").
The access files must be in the "INSTANCE_HOME" environment.
There is a HowTo on Zope.org about these concepts.
Dieter