How to reset super user password in TeamCity?

After a very long time, I had a need to visit TeamCity server on my local system and I was not able to remember the user credentials. So, I thought to write this post for my records to how to reset super user password in TeamCity. This allows you to reset passwords for any user account and provide access to the application.
It is very simple to be honest, all you need to do is just follow these steps below:
- Open your TeamCity’s log folder. (Default location is C:\TeamCity\logs)
- Open file named `teamcity-server.log` file using Notepad or Notepad++ or any text editor.
- Search for following in the content: “Super user authentication” and copy the token.
- Open TeamCity’s login page in browser, leave Username text-box empty and paste the token in Password text-box to login.
- Yay, you should be logged in as a super user. You can now manage any Administration tasks like go to the User Management to reset passwords for user(s).
