Drop admin password MacOS

Answered

How to reset the password on MacOS, when logging in with the "?super=1" parameter, the token does not appear in the logs.

I don't know what to do, please help.

0
2 comments

Hi!

The superuser token is logged in the `teamcity-server.log` file, but only upon the server startup. If the server logs have rotated since the startup, you can restart TeamCity and take a look into the `teamcity-server.log` again. Look for entries like:

```
[2022-11-25 17:04:46,053] INFO - jetbrains.buildServer.SERVER - Super user authentication token: 0123456789012345678 (use empty username with the token as the password to access the server)
```

You will need to use the superuser token to log in. Once you are logged in as a superuser, you will be able to set the password for the normal users (admins or not).

1

Please sign in to leave a comment.