Reset admin password
I setup a local tc server to experiment with my plugin, and somehow in
my haste of setting up the server created a password for the admin which
I can't remember.
I found changepassword.zip here:
http://intellij.net/forums/message.jspa?messageID=5181708
But it's failing for me -
Exception in thread "main" java.sql.SQLException: Table not found in
statement [UPDATE user SET PASSWORD = ? WHERE USERNAME = ? AND REALM IS
NULL]
I'm presuming this table name has changed, maybe?
Please sign in to leave a comment.
Hello,
To change password you should go to /webapps/ROOT/WEB-INF/lib directory and invoke this command: java -cp server.jar;hsqldb.jar ChangePassword is optional if you are using default path for TeamCity data files: /.BuildServer -- Pavel Sher Software Developer JetBrains, Inc. http://www.jetbrains.com "Develop with pleasure!" "Chris Morris" wrote in message news:fq7ee1$31c$1@is.intellij.net... >I setup a local tc server to experiment with my plugin, and somehow in my >haste of setting up the server created a password for the admin which I >can't remember. >]]>
>
>
>