1
0
mirror of https://github.com/bitwarden/help synced 2025-12-16 16:23:20 +00:00

lastpass export photos

This commit is contained in:
Kyle Spearrin
2017-08-21 23:24:36 -04:00
parent 8afda30e01
commit 1d8707b377
4 changed files with 6 additions and 3 deletions

View File

@@ -11,11 +11,14 @@ Importing your data from LastPass into bitwarden is easy.
## Export your sites from the LastPass.com web vault ## Export your sites from the LastPass.com web vault
1. Log into your LastPass account and navigate to "More Options" > "Advanced" > "Export". 1. Log into your LastPass account and navigate to "More Options" (at the very bottom of the left sidebar menu) > "Advanced" > "Export".<br />
2. This will take you to a page that then asks you to enter your LastPass master password for verification. Enter your LastPass master password. {% image lastpass-options.png %}
2. This will take you to a page that then asks you to enter your LastPass master password for verification. Enter your LastPass master password.<br />
{% image lastpass-password.png %}
3. Your data will be decrypted and shown on screen in [CSV][csv] format. 3. Your data will be decrypted and shown on screen in [CSV][csv] format.
4. Highlight all of the data on the page and copy it to your clipboard. 4. Highlight all of the data on the page and copy it to your clipboard.
- Highlight all of the data with your mouse, then right click with your mouse and select "Copy". - Highlight all of the data with your mouse (or simply press <code>Ctrl + A</code>), then right click with your mouse and select "Copy".<br />
{% image lastpass-copy.png %}
{% warning %} {% warning %}
There are known bugs with the LastPass exporter regarding the ampersand character (<code>&amp;</code>). The LastPass exporter may change all ampersand characters in your passwords to the value <code>&amp;amp;</code>. If this LastPass bug affects your export you should use a text editor (such as notepad) to find/replace all values <code>&amp;amp;</code> with <code>&amp;</code> before importing into bitwarden. There are known bugs with the LastPass exporter regarding the ampersand character (<code>&amp;</code>). The LastPass exporter may change all ampersand characters in your passwords to the value <code>&amp;amp;</code>. If this LastPass bug affects your export you should use a text editor (such as notepad) to find/replace all values <code>&amp;amp;</code> with <code>&amp;</code> before importing into bitwarden.

BIN
images/lastpass-copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/lastpass-options.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB