Way to find all vcs roots configured using a specific username
Hi,
I have more than 1000 vcs roots configured in various projects.
I looking for the possibility of getting vcs roots configured using a specific username.
problem : whenever users changes password their account gets locked due to teamcity using old credential.
Please sign in to leave a comment.
Hi Kushagra,
The best way to accomplish this would be to extract all those values as parameters and scope the parameters as appropriate. If you already have so many VCS Roots, this would be a cumbersome task to do manually, so your best bet is probably to use some file handling tool and replace the values directly on the XML files within the data directory of teamcity, or use versioned settings with Kotlin and replace them in an easier manner by extracting those values to variables.