[Zope] Programatically logging out of Zope

2006-08-03 Thread Sinang, Danny



Hello,

Would anyone here 
know how to programmatically log out of Zope ?

Regards,
Danny


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Programatically logging out of Zope

2006-08-03 Thread Jean Jordaan
 Would anyone here know how to programmatically log out of Zope ?

Redirect the user to a page that always raises Unauthenticated. See
manage_zmi_logout.

-- 
jean
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Programatically logging out of Zope

2006-08-03 Thread Stefan H. Holek

from AccessControl.SecurityManagement import noSecurityManager
noSecurityManager()

Stefan


On 3. Aug 2006, at 13:58, Sinang, Danny wrote:


Hello,

Would anyone here know how to programmatically log out of Zope ?


--
Anything that, in happening, causes something else to happen,
causes something else to happen.  --Douglas Adams


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )