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?
Asked
Active
Viewed 2,842 times
1 Answers
12
To disable new user registration on login
- Go to the Administration| Authentication page.
- Click the edit link in the table next to the Microsoft Windows domain authentication description.
- Uncheck the Allow user registration from the login page box.
- Click the edit link in the table next to the NTLM HTTP authentication description.
- Uncheck the Allow user registration from the login page box.
Source TeamCity 9.x Documentation - Configuring Authentication Settings
DavidPostill
- 162,382