mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/managed_victoriametrics: add how to restore password section (#3116)
docs/managed_victoriametrics: add how to restore password section
This commit is contained in:
parent
9c95c81534
commit
606166ef68
5 changed files with 40 additions and 1 deletions
|
@ -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
|
||||
|
||||
<p>
|
||||
<img src="restore-password.png" width="800" alt="">
|
||||
</p>
|
||||
|
||||
2. Enter your email in the field and press button `Send Email`
|
||||
|
||||
<p>
|
||||
<img src="restore-password-email.png" width="800" alt="">
|
||||
</p>
|
||||
|
||||
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.<br>
|
||||
|
||||
In case of questions contact our support support@victoriametrics.com
|
||||
```
|
||||
|
||||
3. To change you password visit Profile page in the top right corner of the web page
|
||||
|
||||
<p>
|
||||
<img src="restore-password-profile.png" width="800" alt="">
|
||||
</p>
|
||||
|
||||
4. At the Profile page, enter new password and repeat it in the next field and press `Save` button.
|
||||
|
||||
<p>
|
||||
<img src="restore-password-save-password.png" width="800" alt="">
|
||||
</p>
|
||||
|
||||
|
||||
## 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.
|
||||
However, such an update requires an instance restart and may result into a couple of minutes of downtime.
|
||||
|
|
BIN
docs/managed_victoriametrics/restore-password-email.png
Normal file
BIN
docs/managed_victoriametrics/restore-password-email.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
docs/managed_victoriametrics/restore-password-profile.png
Normal file
BIN
docs/managed_victoriametrics/restore-password-profile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
docs/managed_victoriametrics/restore-password-save-password.png
Normal file
BIN
docs/managed_victoriametrics/restore-password-save-password.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
docs/managed_victoriametrics/restore-password.png
Normal file
BIN
docs/managed_victoriametrics/restore-password.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
Loading…
Reference in a new issue