Automatically log in a user

Get help with installation and setup problems
Post Reply
stevejarvis
Posts: 13
Joined: Thu Jan 31, 2013 9:08 am

Automatically log in a user

Post by stevejarvis » Thu Apr 03, 2014 8:42 pm

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?

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Automatically log in a user

Post by admin » Fri Apr 04, 2014 3:12 pm

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.
Olivier
TSplus support team administrator
Image

Post Reply