Skip to content

Commit

Permalink
docs: add reset password
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshPatole committed Sep 13, 2024
1 parent 3201af2 commit 6c6ee08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ ssm auth register --email [email protected]

This command registers a new user with the provided email address. It will prompt for a password securely.

#### Reset Password

Reset the password for an existing user:

```bash
ssm auth reset-password --email [email protected]
```

This command initiates the password reset process for the specified email address. A password reset link will be sent to the user's email.

### Server Management

#### Add
Expand Down

0 comments on commit 6c6ee08

Please sign in to comment.