Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When I install TFS 2010 what is the standard user name and password at /tfs?

Tags:

tfs

I just installed TFS 2010. When I go to machine-name:8080/tfs on my web browser it asks for a user name and password. What is the standard user name and password? How do I set this?

like image 892
user128807 Avatar asked Jan 22 '23 08:01

user128807


1 Answers

It should accept all username/password combinations which are valid on the machine running TFS. There is no default password thing. (could be that default installation only allows administrative login)

See MSDN for further information on configuring TFS 2010:

http://msdn.microsoft.com/en-us/library/ms252477.aspx

like image 131
RoXX Avatar answered Feb 02 '23 11:02

RoXX