I veranderde per ongeluk een git paswoord in windows credential manager.
Hoewel die authenticatie niet werkt, slaat de credential manager die op en wordt de toegang vanaf dan geweigerd zonder dat je een nieuwe poging kan doen om je paswoord te corrigeren.
In het control panel kon ik die niet terug vinden omdat mijn systeem in het nederlands draait.
Blijkt dat je moet zoeken naar referentiegegevensbeheer, en dan kan je je paswoord corrigeren.
In microsoft help wordt verkeerdelijk vermeld dat je naar aanmeldingsgegevensbeheer moet zoeken. Blijkbaar gebruikt Microsoft verschillende vertalingssystemen op verschillende plaatsen...
Showing posts with label credential manager. Show all posts
Showing posts with label credential manager. Show all posts
13 June 2020
windows credentialmanager in het nederlands: referentiegegevensbeheer
Labels:
credential manager
12 February 2020
git on Windows: HTTP basic authentication failed
I had been playing a bit with git security: SSH authentication, GPG signing, different user accounts and the like. A little later I reverted back to HTTPS, but now my gitlab push failed with
HTTP basic authentication failed.
No matter which git config i changed, I could not get this going.
Problem is that credentials were cached in the windows credential manager.
Hard to find an interface to that program. The command you have to run to get access is
> rundll32.exe keymgr.dll, KRShowKeyMgrThis gives you a window with a list of cached credentials. I Removed the gitlab entry and lo! next time I push I get a nice popup requesting my username/password. Next push, everything works without the popup, means Windows credential manager caches the right stuff from now on.
Labels:
credential manager,
git,
Windows
Subscribe to:
Posts (Atom)