[Zope] newbie can't log out of zope manager?

Tino Wildenhain tino@wildenhain.de
Fri, 23 Mar 2001 12:23:38 +0100


Hi Peter,

I *think* you are facing the following problem:

HTTP does not define a "logout" for HTTP-authentication.
The browser keeps sending user and password all the time
to the server. Most browsers however flush this information
if they get suddenly presented with an "unauthorized" report
from server since it is identical with the situation when the
user inputs wrong credentials.
Zope "logout" uses this effect with a page that gets called
where nobody has the right to view. This causes this login-screen
appear whatever user/password combo has been set.
You have to close this window and go to the management page 
again, perhaps by clicking anywhere on it but not at this
"logout" button again ;)

HTH
Tino

"Peter J. MASON" wrote:
> 
> "M. Adam Kendall" wrote:
> >
> > Ok, this definitely shouldn't be happening.  Did you make sure to assign
> > your
> > new user the Manager role?  Also, did you happen to possibly fill in
> > some
> > Domain information that you shouldn't have?
> 
> I've tried a few things here. Firstly I had a "manager" role, but the
> latest has both "manager" and "owner" highlighted. In all cases so far,
> I've left domains blank.
> 
> I also noticed that somehow I seem to be changing between admin and the
> new user, by closing down the browser in the meantime and variously
> responding to the "login invitation". This tells me that the user are
> distinct which is good.
> 
> Can I ask this simply ... you referred originally to an artifact. How do
> you logout and login? Is closing or reloading the webpage some part of
> this? And/or what is the function of the "logout" button a top right?
> 
> --
> Peter J. MASON, Principal Software Engineer
> Retriever Communications Pty Ltd
> Ph: +61-2-9006 8600 Fax: +61-2-9006 8605
> Email: peter.mason@retriever.com.au Web: www.retriever.com.au
> 
> _______________________________________________
> 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 )