[Zope] Log Out
Aleksander Salwa
ololo@zeus.polsl.gliwice.pl
Mon, 31 Jul 2000 16:31:25 +0200 (CEST)
On Sun, 30 Jul 2000, Kapil Thangavelu wrote:
> Is there a way to log out of Zope without presenting a netscape dialog
> or killing the browser?
>
> i'd prefer that users have a link 'logout' that takes them back to the
> /root/index_html as anonymous
>
You can do it with one of the replacements for 'User Folder' - products
'GenericUserFolder' (aka 'GUF') or newer 'LoginManager', running in cookie
mode.
GUF has method 'logout', LoginManager - 'logoutForm', you can custumize it
to make right redirection.
ololo