Skip to content

Tsuru reset password

tsuru reset-password

Resets the user password.

Synopsis

Resets the user password.

This process is composed of two steps:

  1. Generate a new token
  2. Reset the password using the token

In order to generate the token, users should run this command without the --token flag. The token will be mailed to the user.

With the token in hand, the user can finally reset the password using the --token flag. The new password will also be mailed to the user.

tsuru reset-password <email> [--token|-t <token>] [flags]

Options

  -t, --token string   Token to reset the password
  -h, --help           help for reset-password

Options inherited from parent commands

      --target string   Tsuru server endpoint
      --verbosity int   Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses

SEE ALSO

  • tsuru - A command-line interface for interacting with tsuru
Auto generated by spf13/cobra on 16-Jan-2026