0

We have a windows service, which fetches username and password from windows credential manager to pass it to git.exe to commit\push changes on the fly. We recently changes the password of the account, But we are still getting old password.

Tried solution : -We updated the entry of generic credential manager entry. Removed and re-added, rebooted server, cleared temp folder. But still getting the old credentials.

Did any one faced similar issue as why we are getting old\cached password from credential manager? Below is the code we use to fetch credential from C# windows service.

Credential gitCreds = credentialProvider.GetCredentialInstance("GitCredentials"); gitCreds.Load();

TIA

Dev
  • 11
  • 1

0 Answers0