-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from wwWallet/deletion-guide
Add guide for account deletion, rename Wallet section
- Loading branch information
Showing
12 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/wallet/_category_.json → docs/wallet-architecture/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "Wallet", | ||
"label": "Wallet Architecture", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Account Deletion | ||
|
||
If you wish to delete your wallet account, follow these steps. | ||
|
||
## Steps to Delete Your Account | ||
|
||
1. **Log In to Your Wallet** | ||
- Open your wwWallet app or [wwallet.org](https://wwallet.org) on your browser and sign in to your account. | ||
|
||
2. **Go to Settings** | ||
- Once logged in, navigate to the **Settings** section in the wallet. | ||
|
||
3. **Unlock the "Manage Account" Section** | ||
- In Settings, locate the **Manage Account** section. You may need to unlock this section by using your passkey. | ||
|
||
4. **Select "Delete Account"** | ||
- Within the Manage Account options, choose **Delete Account**. | ||
|
||
5. **Confirm Deletion** | ||
- A confirmation prompt will appear. Carefully review the prompt, and if you’re sure, confirm your decision to delete your account. | ||
|
||
> **Note**: If you have deleted the wwWallet app, you can re-install it or visit [wwallet.org](https://wwallet.org) to sign in. You will have to use the same passkey that you initially created the account with, or any passkey that you have added to your account. This will restore access to your wallet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "Wallet Handbook", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Describing basic functionalities of the wallet." | ||
} | ||
} |