Is there a way to allow an authenticated user to logout of Zope? I want to allow a user to logout and someone else login. Thanks
In a dtml method named "logout" <dtml-raise Unauthorized> You are not authorized </dtml-raise> Read the section on "Authentication Credentials" at http://www.zope.org/Members/mcdonc/PDG/6-1-Security.stx ----- Original Message ----- From: <stuartafoster@home.com> To: <zope@zope.org> Sent: Wednesday, September 13, 2000 11:00 AM Subject: [Zope] Logging out of Zope Is there a way to allow an authenticated user to logout of Zope? I want to allow a user to logout and someone else login. Thanks _______________________________________________ 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 )
Hi Stuart, Stuart Foster wrote:
Is there a way to allow an authenticated user to logout of Zope?
Not really. The browser caches the authentication information until it is closed. There are some "workarounds" that work with some browsers, basically raising "unauthorized" pops the authentication window again. But if the ignores it, it does not logout. See the other mails for practical informationo on this.
I want to allow a user to logout and someone else login. The common problem with http-authentication.
Regards Tino
participants (3)
-
Chris McDonough -
Stuart Foster -
Tino Wildenhain