6

I own a TeamCity build server that I use for publishing development builds for projects I have. Problem is, users can register an account. I want it so users can only be created on the administration tab. How do I do this?

DMP9 MC
  • 71

1 Answers1

12

To disable new user registration on login

  1. Go to the Administration| Authentication page.
  2. Click the edit link in the table next to the Microsoft Windows domain authentication description.
  3. Uncheck the Allow user registration from the login page box.
  4. Click the edit link in the table next to the NTLM HTTP authentication description.
  5. Uncheck the Allow user registration from the login page box.

Source TeamCity 9.x Documentation - Configuring Authentication Settings

DavidPostill
  • 162,382