From 6c6ee08cd45e0fac8cbd8f991ed26cee705e35a4 Mon Sep 17 00:00:00 2001 From: AshutoshPatole Date: Fri, 13 Sep 2024 11:54:33 +0530 Subject: [PATCH] docs: add reset password --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e063d96..dc5823f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,16 @@ ssm auth register --email user@example.com 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 user@example.com +``` + +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