Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions to recover access #305

Merged
merged 2 commits into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions docs/user/getting-started/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Upon successful registration, you'll be provided with a Recovery Token. This tok
- Retrieving your password if forgotten.
- Regaining account access if needed.

**To safeguard your token**:
**To safeguard your token**:

- Click the button or link labeled "View Recovery Token".
- Diligently copy the token and store it in a safe location.

Expand Down Expand Up @@ -50,6 +50,21 @@ With your account ready and Recovery Token secured:
### Troubleshooting

<details>
<summary><b>Forgot your password?</b></summary>
<summary><b>Want to change your password?</b></summary>
Visit <a href="http://my.dappnode/system/profile">Profile Settings</a> to reset it.
</details>

<details>
<summary><b>Forgot your password?</b></summary>
Go to the <a href="http://my.dappnode/">Login</a> page and click on "Forgot your password?". You'll be prompted to enter the recovery token you saved during registration. Once entered, you'll be able to reset your password.
</details>

<details>
<summary><b>Lost your recovery token?</b></summary>
If you've lost your recovery token, there is still a chance to regain access to the Dappmanager UI. However, you will require <a href="/docs/user/access-your-dappnode/terminal">accessing via terminal</a>. Once you are in, you can get your recovery token by running the following command:

```bash
cat /usr/src/dappnode/DNCORE/admin-recovery-token.txt
```

</details>