[Zope] Programmatically logging out a user

2006-10-03 Thread Sinang, Danny
Hello, How do I programmatically log out a user from Zope ? I've asked this question before, but was told to : 1. Redirect the user to a page that always raises Unauthenticated. Seemanage_zmi_logout. 2. from AccessControl.SecurityManagement import noSecurityManagernoSecurityManager()

Re: [Zope] Programmatically logging out a user

2006-10-03 Thread Andrew Milton
+---[ Sinang, Danny ]-- | Hello, | | How do I programmatically log out a user from Zope ? | | I've asked this question before, but was told to : | | 1. Redirect the user to a page that always raises Unauthenticated. See | manage_zmi_logout. | 2. from

Re: [Zope] Programmatically logging out a user

2006-10-03 Thread Jonathan
@zope.org Sent: Tuesday, October 03, 2006 8:24 AM Subject: [Zope] Programmatically logging out a user Hello, How do I programmatically log out a user from Zope ? I've asked this question before, but was told to : 1. Redirect the user to a page that always raises