31 Jul
2000
31 Jul
'00
2:31 p.m.
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