Use current credentials for login

0 vote

avatar

Hi,

To make the application more easy and secure why not give the option to log in using the current logged in credentials ?

All Comments (3)

avatar

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

avatar

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

avatar

Hi,
Thank you, I will take a look at this.

David Hervieux