From 58902e4250af44d2f946f446f0efbb84cdf2eeef Mon Sep 17 00:00:00 2001 From: Filipe Freire Date: Tue, 2 May 2023 14:24:10 +0100 Subject: [PATCH] chore: temporarily remove helpscout support while we don't have bandwidth for it (#141) --- docs/_layouts/default.html | 2 +- docs/insomnia/change-password.md | 4 +--- docs/insomnia/data-encryption.md | 3 +-- docs/insomnia/forgot-password.md | 3 +-- docs/insomnia/migrate-from-designer.md | 4 +--- docs/insomnia/password-recovery.md | 5 ----- 6 files changed, 5 insertions(+), 16 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index da7b631e..90159b7b 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -5,6 +5,6 @@ {% include main-nav.html %} {{ content }} {% include footer.html %} - {% include beacon.html %} + diff --git a/docs/insomnia/change-password.md b/docs/insomnia/change-password.md index 0e9c72d9..8043e934 100644 --- a/docs/insomnia/change-password.md +++ b/docs/insomnia/change-password.md @@ -6,6 +6,7 @@ category-url: change-password --- ## Change your Password + You can change your password through your [account management page](https://app.insomnia.rest/app/account/). Click on **Change Password** on the bottom of the page. @@ -15,6 +16,3 @@ On the next page, enter your old password, the new password you wish to use, and ![change password page](/assets/images/change-password-page.png) Click **Update Password**. Your new password should be set now - -## Help I have problems! -If you encounter errors with changing your password, please email support@insomnia.rest \ No newline at end of file diff --git a/docs/insomnia/data-encryption.md b/docs/insomnia/data-encryption.md index 56a0a93f..b3d4a856 100644 --- a/docs/insomnia/data-encryption.md +++ b/docs/insomnia/data-encryption.md @@ -12,12 +12,11 @@ As detailed above, the user’s password is used to derive a secret key, which i Now you may be asking why all these keys are necessary. Why not just encrypt and decrypt data using the user’s password directly? There are few key scenarios that make having this many keys necessary. ### Forgot Passwords + Due to the usage of [SRP](https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol) to handle logging into the Insomnia App, the Insomnia Cloud never stores a user's passphrase in any form. In addition, the derivation of encryption keys based on the user's password means that all user data is encrypted in a manner that requires the user's password to decrypt. When Insomnia Passwords are forgotten, this means that synced Insomnia Request data cannot be decrypted. Please create passwords with care. -If you lose your password, you may email **support@insomnia.rest** for options to recreate your account. Account recreation will result in permanent Insomnia Data loss on Insomnia Cloud Servers. - ### Changing Passwords The ability for a user to change passwords is one reason that data is not directly encrypted using a password. If the user has large amounts of encrypted data, changing the password would mean decrypting and re-encrypting all data with the new password. This would quickly become too slow with even medium sized amounts of data. diff --git a/docs/insomnia/forgot-password.md b/docs/insomnia/forgot-password.md index 8c0ef6e4..9f25f46a 100644 --- a/docs/insomnia/forgot-password.md +++ b/docs/insomnia/forgot-password.md @@ -6,8 +6,7 @@ category-url: forgot-password --- ### Forgot Passwords + Due to the usage of [SRP](https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol) to handle logging into the Insomnia App, the Insomnia Cloud never stores a user's passphrase in any form. In addition, the derivation of encryption keys based on the user's password means that all user data is encrypted in a manner that requires the user's password to decrypt. When Insomnia Passwords are forgotten, this means that synced Insomnia Request data cannot be decrypted. Please create passwords with care. - -If you lose your password, you may email **support@insomnia.rest** for options to recreate your account. Account recreation will result in permanent Insomnia Data loss on Insomnia Cloud Servers. diff --git a/docs/insomnia/migrate-from-designer.md b/docs/insomnia/migrate-from-designer.md index 015cbd7a..cf01f1d0 100644 --- a/docs/insomnia/migrate-from-designer.md +++ b/docs/insomnia/migrate-from-designer.md @@ -6,7 +6,7 @@ category-url: get-started --- {:.alert .alert-primary} -**Note**: The migrate instructions on this page only apply to Insomnia versions 2021.7.2 +**Note**: The migrate instructions on this page only apply to Insomnia versions 2021.7.2 and older. If you're on a newer version than 2021.7.2, you won't have the migrate option within the app. However, you can still migrate your data. See [Migration Alternatives](#migration-alternatives). With the release of 2021.1.0, Insomnia Designer and Insomnia Core were merged into a single application, Insomnia. Insomnia Designer has been deprecated, and will no longer receive updates. To allow for a smooth transition for Designer users to Insomnia v2021.1, we've created an automated migration workflow. @@ -65,8 +65,6 @@ If you moved your workspace from Core to Designer several months ago, and are no In the unlikely scenario that you can't see your requests or workspace in Insomnia after migration, [restore your data from your backup](#restore-from-backup). Alternatively, because the migration is primarily additive and will not remove anything from the existing database (it will overwrite if the same id is found), some entries may become orphaned. Find orphaned entries by opening the `insomnia.{model}.db` files. -If you have orphaned entries, or are not seeing data you expect to see when you launch Insomnia, send an email to [Support](mailto:support@insomnia.rest) outlining your steps, including your application logs, and the team will assist where possible. - ## Migration Alternatives You can still migrate your data in the following situations: diff --git a/docs/insomnia/password-recovery.md b/docs/insomnia/password-recovery.md index 52ab518e..e8eecb31 100644 --- a/docs/insomnia/password-recovery.md +++ b/docs/insomnia/password-recovery.md @@ -17,8 +17,3 @@ For your security, your Insomnia password is: * the only way to decrypt your data This ensures that your data is safe from intruders, but it also means that no one can reset your password. Read more about how your data is protected in the Security Overview. - - -## Still Stuck? - -In the case that you are not logged into the app, have tried all the passwords you can think of, and still cannot login, contact [support@insomnia.rest](mailto:support@insomnia.rest) with the email you used to sign up and we will walk you through the process of deleting your old account and transferring any data (eg. billing details) necessary. \ No newline at end of file