mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GITBOOK-492: Update everything else to vault / key
This commit is contained in:
parent
28265946dc
commit
db42a107d1
7 changed files with 19 additions and 19 deletions
BIN
.gitbook/assets/image (77).png
Normal file
BIN
.gitbook/assets/image (77).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
description: Customize your profile, set up additional security, or delete your account
|
||||
description: Customize your profile, set up additional security, or delete your vault
|
||||
---
|
||||
|
||||
# Profile Settings
|
||||
|
@ -47,7 +47,7 @@ This feature is currently available only on desktop.
|
|||
If you want more privacy, like when sharing a computer, you can set up a PIN code. This will lock the app and keep your Key safe. You'll just need to enter the PIN each time your Anytype session ends (after 1 minute, 5 minutes, 10 minutes, or 1 hour) or when you need to access your Key.
|
||||
|
||||
{% hint style="warning" %}
|
||||
We do not store this data so we cannot help you in recovering your account in the case it is lost. Make sure to write down your pin code next to your Key.
|
||||
We do not store this data so we cannot help you in recovering your vault in the case it is lost. Make sure to write down your pin code next to your Key.
|
||||
{% endhint %}
|
||||
|
||||
<figure><img src="../../.gitbook/assets/image (67).png" alt=""><figcaption></figcaption></figure>
|
||||
|
@ -60,9 +60,9 @@ You can also manage all of your spaces by going into `Settings > Spaces`.
|
|||
|
||||
**Local Files:** You can choose to offload files stored in Anytype to our Encrypted Backup Node.
|
||||
|
||||
**Data Location:** You can also decide where your data is stored (desktop only). 
|
||||
**Data Location:** You can also decide where your data is stored (desktop only).
|
||||
|
||||
**Vault Deletion:** Also, if you would like to delete your account, you can do it in this section.
|
||||
**Vault Deletion:** Also, if you would like to delete your vault, you can do it in this section.
|
||||
|
||||
### Key
|
||||
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
|
||||
Since we don't have access to your Anytype data, and we have no way to connect your Anytype ID to your email address, there is no way for us to delete your data. This means that you will need to delete it yourself through the app.
|
||||
|
||||
### Delete or Reset Your Account
|
||||
### Delete or Reset Your Vault / Account
|
||||
|
||||
In the top menu, Click "Anytype", open Settings, Data management, and select **Delete account.** This will delete your profile, and your Recovery Phrase:
|
||||
In the top menu, Click "Anytype", open Settings, Data management, and select **Delete vault.** This will delete your profile, and your Recovery Phrase:
|
||||
|
||||
<figure><img src="../.gitbook/assets/Screenshot 2023-08-21 at 13.33.28.png" alt=""><figcaption></figcaption></figure>
|
||||
<figure><img src="../.gitbook/assets/image (77).png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
If you would like to start a new account instead, do the following:
|
||||
If you would like to create a new vault instead, do the following:
|
||||
|
||||
1. Anytype>Settings>Account>Data management>Delete account
|
||||
2. Anytype>Settings>Account >Log Out
|
||||
1. `Anytype > Settings > Vault > Data management > Delete vault`
|
||||
2. `Anytype > Settings > Vault > Log Out`
|
||||
3. Click: “_**Join**_” (instead of "Log in")
|
||||
|
||||
### Other Data
|
||||
|
|
|
@ -6,7 +6,7 @@ description: There are no passwords in Anytype - only your key
|
|||
|
||||
<figure><img src="../.gitbook/assets/Screenshot 2023-08-17 at 18.31.38.png" alt=""><figcaption><p>You can access your key at any time by navigating to Profile > Settings > Key</p></figcaption></figure>
|
||||
|
||||
When you create your account, you will receive your very own 12 word mnemonic phrase_._ This phrase is generated on-device and is the only way to access your account and decrypt your data.
|
||||
When you create your vault, you will receive your very own 12 word mnemonic phrase_._ This phrase is generated on-device and is the only way to access your vault and decrypt your data.
|
||||
|
||||
Your Key functions as your login and passphrase at the same time. This mnemonic represents your master key generated upon signup, similar to a Bitcoin wallet.
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ Please be cautious when using local-only mode, as your data can only be transfer
|
|||
Anytype is a stand-alone software, that works on desktop or mobile devices. There is no browser version of the app. There are many points of vulnerability in browser apps that would compromise our commitment to data security and encryption.
|
||||
{% endhint %}
|
||||
|
||||
### Create an account
|
||||
### Create your vault
|
||||
|
||||
If you haven't created an vault yet, you can easily create one by clicking **New Vault** and then following the provided instructions.
|
||||
|
||||
|
@ -60,7 +60,7 @@ In addition to using your key to log in, you can also use the QR code to login f
|
|||
|
||||
To log in using the QR code, simply navigate to your Key.
|
||||
|
||||
`Settings > Account > Key`.
|
||||
`Settings > Vault > Key`.
|
||||
|
||||
Beneath your Key you'll find your blurred out QR code, when you click the image it will display.
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@ We can guarantee that there are no network requests to our Anytype Network, but
|
|||
|
||||
<details>
|
||||
|
||||
<summary>What to do if I'm asked to enter my recovery phrase each time on Linux?</summary>
|
||||
<summary>What to do if I'm asked to enter my key / recovery phrase each time on Linux?</summary>
|
||||
|
||||
Linux users may be asked for their Recovery Phrase each time they log in. To resolve this issue, please install a keychain. The most popular is [GNOME Keyring](https://wiki.gnome.org/action/show/Projects/GnomeKeyring?action=show\&redirect=GnomeKeyring). Additionally, ensure that you have met all the [dependencies](https://github.com/anyproto/anytype-ts#dependencies) beforehand.
|
||||
Linux users may be asked for their Key each time they log in. To resolve this issue, please install a keychain. The most popular is [GNOME Keyring](https://wiki.gnome.org/action/show/Projects/GnomeKeyring?action=show\&redirect=GnomeKeyring). Additionally, ensure that you have met all the [dependencies](https://github.com/anyproto/anytype-ts#dependencies) beforehand.
|
||||
|
||||
</details>
|
||||
|
||||
|
@ -72,8 +72,8 @@ The homepage from the alpha app has been removed, and replaced with the new side
|
|||
|
||||
<details>
|
||||
|
||||
<summary>Can I use two separate accounts at the same time?</summary>
|
||||
<summary>Can I use two separate vaults at the same time?</summary>
|
||||
|
||||
There's a hack that can be done on desktop only. You will need to create a separate shortcut for your other account, and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`).
|
||||
There's a hack that can be done on desktop only. You will need to create a separate shortcut for your other vault, and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`).
|
||||
|
||||
</details>
|
||||
|
|
|
@ -41,7 +41,7 @@ You can check our full roadmap [here](https://github.com/orgs/anyproto/projects/
|
|||
Here is a running list of features and their implementation status, by platform. All of the features listed are implemented on desktop 0.40.\*, and the mobile versions used for comparison are both 0.28.\*.
|
||||
|
||||
{% tabs %}
|
||||
{% tab title="Account" %}
|
||||
{% tab title="Vault" %}
|
||||
| Feature/Action | iOS | Android |
|
||||
| ------------------------------ | --- | ------- |
|
||||
| Spellcheck | No | No |
|
||||
|
@ -49,7 +49,7 @@ Here is a running list of features and their implementation status, by platform.
|
|||
| Wallpaper | Yes | Yes |
|
||||
| Default Object Type | Yes | Yes |
|
||||
| Pin Code | No | No |
|
||||
| Account Delete | Yes | Yes |
|
||||
| Vault Delete | Yes | Yes |
|
||||
| Notion | No | No |
|
||||
| Markdown | No | No |
|
||||
| Onboarding tool tips | No | No |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue