Page 1 of 1

Automatically log in a user

Posted: Thu Apr 03, 2014 8:42 pm
by stevejarvis
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?

Re: Automatically log in a user

Posted: Fri Apr 04, 2014 3:12 pm
by admin
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.