Logout Results In Default Page, not customized
27 June, 2013
When a user logs out Yellowfin 6.3, the page shown is the default yellowfin login page, even as the login page that should be shown has been customized according to the information on the wiki. Refreshing the page would work, but I'd prefer to remove all traces of yellowfin.
Hi Jamie,
the way around this is to set the following element in YellowfinappserverwebappsROOTWEB-INFweb.xml :
[code]
your_login_page.jsp
[/code]
Make sure your custom login page is residing in the ROOT folder.
And you will also have to change the following line in your custom login page:
[code]
<input type="hidden" name="" value="/ your_login_page.jsp " />
[/code]
I hope that's what you're after, if that doesn't solve the problem then please let us know.
Regards,
Dave
the way around this is to set the following element in YellowfinappserverwebappsROOTWEB-INFweb.xml :
[code]
your_login_page.jsp
[/code]
Make sure your custom login page is residing in the ROOT folder.
And you will also have to change the following line in your custom login page:
[code]
<input type="hidden" name="" value="/ your_login_page.jsp " />
[/code]
I hope that's what you're after, if that doesn't solve the problem then please let us know.
Regards,
Dave