When user click logout in zimbra, how to redirect the page after logout to the login of master application, instead of the Zimbra login?
Thanks.
When user click logout in zimbra, how to redirect the page after logout to the login of master application, instead of the Zimbra login?
Thanks.
You should be able to change this by setting the welcome file to a JSP that redirects to your home page or main app.
<welcome-file-list>
<welcome-file>public/Login.jsp</welcome-file>
</welcome-file-list>
There are currently 1 users browsing this thread. (0 members and 1 guests)