0 vote
Hi,
To make the application more easy and secure why not give the option to log in using the current logged in credentials ?
Hi,
It's not possible for an application to retrieve the current credentials (password) for the logged user, it's a Windows limitation. It's mean that I can't forward the information to the another application like Putty, RDP or Citrix.
Let me know if you have an idea how I can do that or if misunderstood what you mean
edited by dhervieux on 5/20/2010
David Hervieux
found a way, check my blog.
Basically it's:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Services\fPromptForPassword
registry value should be set to 0
Hi,
Thank you, I will take a look at this.
David Hervieux