Page 1 of 1
Is it possible to add web users from a program
Posted: Wed Nov 02, 2016 10:29 am
by stevejarvis
Is there any way to add Web Users without using the Web Credentials user interface, either via an API or by adding them to a config file?
I need to be able to add users web credentials when they are given access to an application.
Re: Is it possible to add web users from a program
Posted: Wed Nov 02, 2016 3:13 pm
by adrien
Hello, yes absolutely!
You can add/remove Web Credentials by using Windows Command Line:
- Open a Windows Command Prompt (Start > Run > cmd.exe, or Start > Accessories > Command Prompt)
- To go to the right directory, type: cd "C:\Program Files (x86)\TSplus\UserDesktop\files"
- Type "Enter" to validate
- To add a Web Credential, type: WebCredentials.exe /add your_web_login your_web_password your_windows_login your_windows_password
- To remove a Web Credential, type: WebCredentials.exe /remove your_web_login
Re: Is it possible to add web users from a program
Posted: Thu Nov 03, 2016 4:34 pm
by ramalhotra
Hi Adrien
Is it possible that end user can change his web credential password only from browser.
If so what is the procedure .
Regards
Rajesh
Re: Is it possible to add web users from a program
Posted: Mon Jun 12, 2017 9:26 pm
by kepadar
I think that it is possible but I don't remember exactly