I want users to be able to log in as a defined user by just clicking on a link on a web site (to run a demo version of some software).
Previously I did this by editing the software/html5.html file but upgrading to version 7.3 seems to have overwritten this and I can't now get it to work.
Is there a simpler way?
Automatically log in a user
Re: Automatically log in a user
Hello,
Yes this still does work, edit the html5.html page located in C:\Program Files (x86)\TSplus\Clients\www\software with notepad
and find this :
<script type="text/javascript">
///INITIAL VALUES
var user = "";
var pass = "";
var server = "";
var port =23512; //correct for localhost, please no 80/443 by localhost!!!
var domain = ""; //domain, if present
As you can see you can set here a user and a password. you can rename the page the way you want.
Yes this still does work, edit the html5.html page located in C:\Program Files (x86)\TSplus\Clients\www\software with notepad
and find this :
<script type="text/javascript">
///INITIAL VALUES
var user = "";
var pass = "";
var server = "";
var port =23512; //correct for localhost, please no 80/443 by localhost!!!
var domain = ""; //domain, if present
As you can see you can set here a user and a password. you can rename the page the way you want.
Olivier
TSplus support team administrator

TSplus support team administrator
