TeamCity forgotten admin password - where to look?

后端 未结 19 1289
情书的邮戳
情书的邮戳 2020-12-23 11:19

I need to recover/reset the admin password for JetBrain\'s TeamCity.

I have full RDP access to the server so no problems there. It\'s just been 2 mo

19条回答
  •  南笙
    南笙 (楼主)
    2020-12-23 11:43

    In case none of those works, see http://sebastienlachance.com/post/Resetting-TeamCity-Password.aspx.

    Open a command prompt and go to \webapps\ROOT\WEB-INF\lib folder. Now type the following :

    ..\..\..\..\jre\bin\java.exe -cp server.jar;common-api.jar;commons-codec-1.3.jar;util.jar;hsqldb.jar ChangePassword username newpassword
    

提交回复
热议问题