Re: [Zope] Logout from Zope
I am using the exUserFolder product for authentication. It has a method "logout" defined in it. I do not believe this method exists in the standard zope product. Cheers, Mike
Hi,
how can I logout from zope. I saw a solution from "Michael Long":
<form action="/acl_users/logout" method="post"> <table> <tr> <td class="ToolBar_login" align="center"> <input type="submit" value="Log out" size="5"> </td> </tr> </table> </form>
but I get a site error message "Resource not found". Is logout a object.
Thanks for help...Patrick
_______________________________________________ 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 )
participants (1)
-
Michael Long