Change logged in user

后端 未结 3 1991
旧时难觅i
旧时难觅i 2021-01-03 20:28

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 differen

相关标签:
3条回答
  • 2021-01-03 21:02

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

    0 讨论(0)
  • 2021-01-03 21:12

    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.

    0 讨论(0)
  • 2021-01-03 21:19

    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.

    0 讨论(0)
提交回复
热议问题