[Zope-dev] Logout usig UserDB

Phil Harris phil.harris@zope.co.uk
Mon, 24 Jan 2000 11:58:25 -0000


Try something like this:

<!--#var standard_html_header-->
<dtml-call "acl_users.logout(REQUEST=REQUEST)">
<dtml-call "RESPONSE.redirect('index_html')">
<!--#var standard_html_footer-->

Works for me

HTH

Phil
phil.harris@zope.co.uk

|>-----Original Message-----
|>From: zope-dev-admin@zope.org [mailto:zope-dev-admin@zope.org]On Behalf
|>Of Stephan Richter
|>Sent: Monday, January 24, 2000 11:47 AM
|>To: zope-dev@zope.org
|>Subject: [Zope-dev] Logout usig UserDB
|>
|>
|>Hello Everyone,
|>
|>how does the DTML look like when I want to log out?
|>
|>I basically have everythin written of authenticating a user using 
|>acl_users
|>(UserDB). Now I want to log this user out. How can I do this?
|>
|>Regards,
|>Stephan
|>--
|>Stephan Richter
|>iXL - Software Designer and Engineer
|>CBU - Physics, Computer Science and Chemistry Student
|>
|>_______________________________________________
|>Zope-Dev maillist  -  Zope-Dev@zope.org
|>http://lists.zope.org/mailman/listinfo/zope-dev
|>**  No cross posts or HTML encoding!  **
|>(Related lists - 
|> http://lists.zope.org/mailman/listinfo/zope-announce
|> http://lists.zope.org/mailman/listinfo/zope )
|>