Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 won't let me log out of TFS so I can enter new username/password

I've been trying to disconnect or remove my credentials from a machine because of a conflict. However, whilst connecting to the remote TFS server I was asked for credentials, I cannot find a way to log out of the TFS and log in with new credentials to resolve. How can I drop the credentials or simply log into TFS as a different user. This is driving us crazy as we have a mapping conflict issue.

Currently the login to TFS and on VS is different from that of the machine. Is there a way I can just start again.

like image 367
disruptive Avatar asked Jan 23 '14 11:01

disruptive


2 Answers

Check the Credential Manager: Control Panel\All Control Panel Items\Credential Manager

There should be an entry for your TFS and your account. Just delete it and you should be asked again for credentials when connecting VS with TFS.

like image 113
MikeR Avatar answered Oct 20 '22 21:10

MikeR


In my case the solution of Navanod didn't work.

What worked for me was adding the TFS-username to the TFS Server URL separated by the at-sign (@).

As follows:

enter image description here

like image 33
S P Avatar answered Oct 20 '22 20:10

S P