Lost my username
Somehow I have lost my username to login to TeamCity, and I can't change the password, because I don't know what it is. Sounds daft, but it's true. I have tried all combinations of possible names but had no luck. Is there anyway to list the usernames from the server in order to change my password?
Please sign in to leave a comment.
If your server uses default db engine then take a look here: http://www.jetbrains.net/confluence/display/TCD5/Changing+user+password+with+default+authentication+scheme
If you do not remember username you can list available users with help of HSQLDB SqlTool: http://hsqldb.org/web/hsqlDocsFrame.html
In case of external database you can use any SQL client and select users from the "users" table. For default authentication scheme passwords are hashed using MD5.