Changing user password with default authentication scheme

Documentation Index

Changing user password with default authentication scheme and database

The following procedure is suitable for default authentication scheme and default database (HSQLDB) only.

To change user password:

  1. Switch to the <TeamCity home>/webapps/ROOT/WEB-INF/lib directory
  2. Invoke the following command:
    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

Labels

 
(None)