Page 1 of 1

Redirect URL when user log-off

Posted: Thu May 11, 2017 1:25 pm
by Alpin
Hello,

With TSPlus in HTML5 Mode,
can we redirect users to a defined URL when user log-off instead of redirect to the TSPlus login page ?

Thank you in advance,

Best regards,

Re: Redirect URL when user log-off

Posted: Thu May 11, 2017 3:15 pm
by juwagn
Hello,

www\software\html5\settings.js >
W.goToLinkOnClose = ""; //if you wish to forward to specified link on close, as example "../index.html"

If you want to foward to specific html file in root directory then use relative path "../index.html" or any http/https address like "http://your-domain.com"