Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Question about Logoff/ redirect

Quote Reply
Question about Logoff/ redirect
Hi,

I want to change the page that comes up when the user loggs off... can someone tell how do I change it

I checked the login.html and it has the following javascript

<%if redirect%><body onload="logoff();"><script>function logoff(){window.location = '<%redirect%>';}</script></body>

But I don't know how I can change <%redirect%> so that it can go to some other page.

Thanks,

sandeep
Quote Reply
Re: [sdsouza] Question about Logoff/ redirect In reply to
Just simply change the auth_logoff option at Admin - Tables - Setup

TheStone.

B.