Tsuru reset password
tsuru reset-password¶
Resets the user password.
Synopsis¶
Resets the user password.
This process is composed of two steps:
- Generate a new token
- 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