[rt-users] How to customize/redirect default Logout Page?

2013-07-11 Thread Duncan Napier
Hi, I Run RT 4.0.8 using CAS Authentication and when an authenticated user selects the Logout item on the Settings/Logout menu, the web server forwards briefly to the share/html/NoAuth/Logout.html and then re-logs CAS Authenticated users back in. I would like to Logout.html to forward to a URL

Re: [rt-users] How to customize/redirect default Logout

2013-07-15 Thread Duncan Napier
000 > From: Chris O'Kelly > To: "rt-users@lists.bestpractical.com" > > Subject: Re: [rt-users] How to customize/redirect default Logout > Page? > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > I haven't touche

Re: [rt-users] How to customize/redirect default Logout Page?

2013-07-11 Thread Chris O'Kelly
uly 2013 2:36 PM To: rt-users@lists.bestpractical.com Subject: [rt-users] How to customize/redirect default Logout Page? Hi, I Run RT 4.0.8 using CAS Authentication and when an authenticated user selects the Logout item on the Settings/Logout menu, the web server forwards briefly to the share/htm

Re: [rt-users] How to customize/redirect default Logout Page?

2013-07-12 Thread Thomas Sibley
I suspect you didn't clear your Mason cache like Chris suggests. That said, you can avoid modifying Logout.html. There's a "Default" callback in NoAuth/Logout.html which you can use to modify the URL redirected to. This lets you have RT redirect to the CAS endpoint's logout URL.