Skip to content

Commit

Permalink
docs: add account recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jul 7, 2024
1 parent e345593 commit 371f3c8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/theme/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export const sidebar: DefaultTheme.Sidebar = [
{ text: "😎 Create an account", link: "/account/sign-up" },
{ text: "🗝️ Change password", link: "/account/change-password" },
{ text: "💟 Link our accounts", link: "/account/link-accounts" },
{ text: "🔐 Delete my account", link: "/account/delete-account" }
{ text: "🔐 Delete my account", link: "/account/delete-account" },
{ text: "🔓 Account recovery", link: "/account/account-recovery" }
]
},
{
Expand Down
24 changes: 24 additions & 0 deletions docs/account/account-recovery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 🔓 Account recovery

If you're having trouble logging in to your account and you still have access to the email address associated, you can recover your account by resetting your password.

## Forgot password

If you forgot your password, you can get back into your account by resetting your password. Here's how:

1. Go to the <a href="/recovery" target="_blank">Recovery</a> page.
2. Enter the email address associated with your account.
3. Click the **Continue** button.
4. Check your email inbox for a password reset email.
5. Click the **Reset my password** button in the email to access the password reset page.
6. Fill in the **New password** and **Confirm new password** fields.
7. Click the **Reset password** button to complete the process.

After resetting your password, you can log in to your account using your new password.

> [!NOTE]
> The link recovery code and link is unique, can only be used once and expires after 7 days.
## Forgot email

Unfortunately, if you forgot the email address associated with your account, we can't help you recover it for now. We recommend creating a new account with a new email address.

0 comments on commit 371f3c8

Please sign in to comment.