Changes between Version 14 and Version 15 of TrueHttpLogoutPatch


Ignore:
Timestamp:
Nov 7, 2007, 5:32:17 AM (16 years ago)
Author:
Morris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TrueHttpLogoutPatch

    v14 v15  
    113113----
    114114
     115And here's the patch for 0.11 - by gt4329b:
     116
     117{{{
     118            yield ('metanav', 'logout',
     119                    tag.a('Logout', href=req.href.logout(),
     120                         onclick="clearAuthenticationCache(\'%s\')" % req.href.logout() ))
     121
     122}}}
     123
     124----
     125
    115126You guys rock! I had created a 4 step script for people, but this actually does what logout is ''supposed'' to do :) For 0.8.4, rather than changing auth.py, you change the template file header.cs, by replacing this:
    116127