diff --git a/_articles/importing/import-from-lastpass.md b/_articles/importing/import-from-lastpass.md index 8ac9ab84..9f777e48 100644 --- a/_articles/importing/import-from-lastpass.md +++ b/_articles/importing/import-from-lastpass.md @@ -11,11 +11,14 @@ Importing your data from LastPass into bitwarden is easy. ## Export your sites from the LastPass.com web vault -1. Log into your LastPass account and navigate to "More Options" > "Advanced" > "Export". -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. +1. Log into your LastPass account and navigate to "More Options" (at the very bottom of the left sidebar menu) > "Advanced" > "Export".
+ {% 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.
+ {% image lastpass-password.png %} 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. - - 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 Ctrl + A), then right click with your mouse and select "Copy".
+ {% image lastpass-copy.png %} {% warning %} There are known bugs with the LastPass exporter regarding the ampersand character (&). The LastPass exporter may change all ampersand characters in your passwords to the value &. If this LastPass bug affects your export you should use a text editor (such as notepad) to find/replace all values & with & before importing into bitwarden. diff --git a/images/lastpass-copy.png b/images/lastpass-copy.png new file mode 100644 index 00000000..e8bf38f6 Binary files /dev/null and b/images/lastpass-copy.png differ diff --git a/images/lastpass-options.png b/images/lastpass-options.png new file mode 100644 index 00000000..27b4acd3 Binary files /dev/null and b/images/lastpass-options.png differ diff --git a/images/lastpass-password.png b/images/lastpass-password.png new file mode 100644 index 00000000..15eb5491 Binary files /dev/null and b/images/lastpass-password.png differ