Hauptmenü
Inhalt
Mitglieder Login
Support
Powered by OSTraining.com
Populäre Artikel
Statistik
- Visitors
- 261
- Articles
- 150
- Web Links
- 23
- Articles View Hits
- 201510
Programmierung
TeamCity: Password Reset
- Details
- Published on Friday, 10 February 2012 09:53
- Hits: 187
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"