Programmierung

TeamCity: Password Reset

For everyone who needs to reset the password of a TeamCity user. Login to the hosting TeamCity server and navigate to the following directory:

> cd C:\Program Files (x86)\TeamCity\webapps\ROOT\WEB-INF\lib

Chose a user (e.g. administrator) for which you want to set a new password (e.g. newpass):

> ..\..\..\..\jre\bin\java -cp server.jar;common-api.jar;commons-codec-1.3.jar;util.jar;hsqldb.jar ChangePassword administrator newpass "C:\Program Files (x86)\TeamCity\.BuildServer"