This question about Configuration: Answered
How do I change logout link?
I'm trying to change the Logout link on our installation of
FosWiki (1.0.9), and I'm not able to find where this is set from. I'm not seeing it in any of the config files, and it doesn't look like it's being set from any of the scripts in /lib. Can anyone tell me where the Logout URL value is coming from, and where I can change it?
Thanks,
Tom
--
TomGoerger - 28 Feb 2012
the logout link is rendered from the %LOGOUT% macro. This is built by the configured
LoginManager. If the chosen
LoginManager doesn't support logging out (like Apache login), then the link is disabled.
You might try a "Set LOGOUT = <your desired ulr> but I'm not sure it can be overridden.
--
GeorgeClark - 29 Feb 2012
Found it. Turned out to be in the
SitePreferences file in the Main web. Just placing here for posterity.
--
TomGoerger - 01 Mar 2012