Changing user password with default authentication scheme

Search
Searching TeamCity 4.x Documentation
Table of Contents
The following procedure is suitable for default authentication scheme and default database (HSQLDB) only.

To change user password:

  1. Shutdown server
  2. Switch to the <TeamCity home>/webapps/ROOT/WEB-INF/lib directory
  3. Invoke the following command:
    Windows platform:
    java -cp server.jar;hsqldb.jar ChangePassword <username> <new password> <TeamCity data directory>

    Unix platform:

    java -cp server.jar:hsqldb.jar ChangePassword <username> <new password> <TeamCity data directory>
    You can skip the <TeamCity data directory> option, if you are using default path for TeamCity data files: <user home>/.BuildServer




See also:

Labels