Reputation: 1809
I just installed TFS Server 2010 on Windows 7 Ultimate.
I even managed to connect to the TFS server using Visual Studio 2010 - I didn't have to enter any login and password, as Windows Authentication was automatically used.
Now I need to add a new user to TFS, with a specific login and password, so that a member of the project could access the TFS server from the Internet.
However, I did not find a way to add a new user to TFS!
I used to work with Visual SourceSafe, and there the management of users was quite straightforward.
Any help would be appreciated!
Upvotes: 4
Views: 5252
Reputation: 23157
It's a little weird in non-domain situations.
Team
menu for Team Project Collection
settingsAuthorized Users
group (I think-- I'm not able to access mine right now, so I'm not sure what it's called. It's something like that, though).Team
menu, find Team Project Settings
Contributors
group.When the other user logs on, they will have to specify the TFS Application Tier computer as the domain name. For example, if you installed TFS on a computer named MyWin7Box
, they would sign on as MyWin7Box\Username
Upvotes: 4