Hello,
Locate the index.html file in C:\Program Files (x86)\TSplus\Clients\www
Edit the file with notepad and modify the user and password value here in bold characters, it should look like this :
// --------------- Access Configuration ---------------
var user = "
Olivier"; // Login to use when connecting to the remote server (leave "" to use the login typed in this page)
var pass = "
TSplus"; // Password to use when connecting to the remote server (leave "" to use the password typed in this page)
var domain = ""; // Domain to use when connecting to the remote server (leave "" to use the domain typed in this page)
var server = "127.0.0.1"; // Server to connect to (leave "" to use localhost and/or the server chosen in this page)
var port = ""; // Port to connect to (leave "" to use localhost and/or the port of the server chosen in this page)
var lang = "as_browser"; // Language to use
var serverhtml5 = "127.0.0.1"; // Server to connect to, when using HTML5 client
var porthtml5 = "3389"; // Port to connect to, when using HTML5 client
var cmdline = ""; // Optional text that will be put in the server's clipboard once connected
// --------------- End of Access Configuration ------------
Once this is done, save the index.html file to a different file, such as olivier.html.
You will be able to provide a direct link to your user, and it will look like this :
http://mytsplusserver.com/olivier.html