Change logged in user

天涯浪子 提交于 2019-11-30 16:26:25

问题


When I setup TFS for the first time, I usually use the TFSSetup account, and with this account going to login for the first time.

  1. How to login as a different user?

  2. How to check who is the cuerrent user?


回答1:


Checkout a file in Source Control Explorer and user column it will show your username with which you are connected to TFS.

If you want to connect TFS using other credentials, then add the address of your TFS server and the credentials in Credentials Manager(Control Panel->User Accounts->Credential Manager). The next time you try to access TFS, these credentials will be used.




回答2:


Clear the user's credentials in the Credential Manager. This will then bring back the Authentication Window when trying to connect to TFS.




回答3:


Another approach you can take that worked for me, was to log into the web interface for TFS, then use that to log in as another user. So, navigate to:

http://yourtfshost:8080/collection/web/ (or whatever your web address is)..

Then, click on your name in the corner and select "sign in as a different user."

Essentially, this does the same thing as the above suggestions. It simply replaces your credentials in credential manager with the correct ones.



来源:https://stackoverflow.com/questions/5776852/change-logged-in-user

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!