diff --git a/docs/managed_victoriametrics/quickstart.md b/docs/managed_victoriametrics/quickstart.md index 84326b377..6dbc02980 100644 --- a/docs/managed_victoriametrics/quickstart.md +++ b/docs/managed_victoriametrics/quickstart.md @@ -11,6 +11,45 @@ To start using the service, one should have already registered AWS account and visit [VictoriaMetrics product page](https://aws.amazon.com/marketplace/pp/prodview-4tbfq5icmbmyc). See more details [here](https://dbaas.victoriametrics.com/howToRegister). +## How to restore password + +If you forgot your password you can restore it the following steps: +1. Click on `Forgot your password?` link at https://dbaas.victoriametrics.com/signIn + +
+ +
+ +2. Enter your email in the field and press button `Send Email` + ++ +
+ +Follow the instruction sent to the specified email address: +``` +Victoria Metrics Cloud password restore +Follow https://dbaas.victoriametrics.com/login_by_link/{id} the link in order to restore access to Victoria Metrics Cloud. +Access link expires once you login successfully or after 30min. +You can change your password after login https://dbaas.victoriametrics.com/profile profile +Please, ignore this email if you didn't init this action on Victoria Metrics Cloud.+ +
+ +4. At the Profile page, enter new password and repeat it in the next field and press `Save` button. + ++ +
+ + ## Creating instance Instances is a page where user can list and manage VictoriaMetrics single-node instances. @@ -62,4 +101,4 @@ Grafana or any other software. ## Modifying Remember, you always can add, remove or modify existing instances by changing their type or increasing the disk space. -However, such an update requires an instance restart and may result into a couple of minutes of downtime. \ No newline at end of file +However, such an update requires an instance restart and may result into a couple of minutes of downtime. diff --git a/docs/managed_victoriametrics/restore-password-email.png b/docs/managed_victoriametrics/restore-password-email.png new file mode 100644 index 000000000..bac4045c9 Binary files /dev/null and b/docs/managed_victoriametrics/restore-password-email.png differ diff --git a/docs/managed_victoriametrics/restore-password-profile.png b/docs/managed_victoriametrics/restore-password-profile.png new file mode 100644 index 000000000..8cbca58ce Binary files /dev/null and b/docs/managed_victoriametrics/restore-password-profile.png differ diff --git a/docs/managed_victoriametrics/restore-password-save-password.png b/docs/managed_victoriametrics/restore-password-save-password.png new file mode 100644 index 000000000..3e9b23c08 Binary files /dev/null and b/docs/managed_victoriametrics/restore-password-save-password.png differ diff --git a/docs/managed_victoriametrics/restore-password.png b/docs/managed_victoriametrics/restore-password.png new file mode 100644 index 000000000..70b4fd956 Binary files /dev/null and b/docs/managed_victoriametrics/restore-password.png differ