Edgewall Software

Changes between Version 11 and Version 12 of TracNavigation


Ignore:
Timestamp:
Dec 2, 2009, 7:05:31 PM (14 years ago)
Author:
anonymous
Comment:

insert logout.redirect

Legend:

Unmodified
Added
Removed
Modified
  • TracNavigation

    v11 v12  
    88
    99`[metanav]` corresponds to the '''meta navigation bar''', by default positioned above the main navigation bar and below the ''Search'' box. It contains the ''Log in'', ''Logout'', ''Help/Guide'' etc. entries. This navigation bar is meant to access some global information about the Trac project and the current user.
     10
     11The item logout.redirect in `[metanav]` is the page to redirect after logout. possible url formats (also see #3808):
     12|| '''config''' || '''redirect to''' ||
     13|| `wiki/Logout` || `/projects/env/wiki/Logout` ||
     14|| `http://hostname/` || `http://hostname/` ||
     15|| `/projects` || `/projects` ||
     16
    1017
    1118Note that it is still not possible to customize the '''contextual navigation bar''', i.e. the one usually placed below the main navigation bar.
     
    2431[metanav]
    2532help = disabled
     33logout.redirect = wiki/Logout
    2634}}}
    2735