mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
update docs for lastpass and duo
This commit is contained in:
@@ -22,7 +22,7 @@ A Duo account is required to use this feature. A Duo account [for up to 10 users
|
||||
1. If you do not already have one, sign up for a new Duo account at [https://signup.duo.com/](https://signup.duo.com/){:target="_blank"}
|
||||
2. Log in to the Duo Admin panel with your Duo account at [https://admin.duosecurity.com/login](https://admin.duosecurity.com/login){:target="_blank"}
|
||||
3. In the left menu, navigate to **Applications**, then click the **Protect an Application** button.
|
||||
4. Find the **bitwarden** application and click the **Protect this Application** button.
|
||||
4. Find/search for the **Bitwarden** application and click the **Protect this Application** button.
|
||||
5. Note the **Integration Key**, **Secret Key**, and **API Hostname** details. We will need to reference these later when configuring bitwarden.
|
||||
{% image two-step/duo/application-details.png %}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ Importing your data from LastPass into bitwarden is easy.
|
||||
{% image lastpass-copy.png %}
|
||||
|
||||
{% warning %}
|
||||
There are known bugs (for years now) with the LastPass exporter regarding special characters such as the ampersand (<code>&</code>), the greater than sign (<code>></code>), and the less than sign (<code><</code>). The LastPass exporter may change (HTML encode) these and possibly other special characters in your passwords to their respective HTML encoded values (ex. <code>&amp;</code>, <code>&gt;</code>, and <code>&lt;</code>). If this LastPass bug affects your exported data you should use a text editor (such as Notepad) to find and replace all these values before importing into bitwarden. For example, you may want to do a find and replace for <code>&amp;</code> → <code>&</code> and <code>&lt;</code> → <code><</code>).
|
||||
There are known bugs (for years now) with the LastPass exporter regarding special characters such as the ampersand (<code>&</code>), the greater than sign (<code>></code>), and the less than sign (<code><</code>). The LastPass exporter may change (HTML encode) these and possibly other special characters in your passwords to their respective HTML encoded values (ex. <code>&amp;</code>, <code>&gt;</code>, and <code>&lt;</code>). If this LastPass bug affects your exported data you should use a text editor (such as Notepad) to find and replace all of these values before importing into bitwarden. For example, you may want to do a find and replace for <code>&amp;</code> → <code>&</code> and <code>&lt;</code> → <code><</code>).
|
||||
{% endwarning %}
|
||||
|
||||
## Import your sites into bitwarden
|
||||
|
||||
Reference in New Issue
Block a user