mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
lastpass form fill docs
This commit is contained in:
@@ -24,7 +24,7 @@ Importing your data from LastPass into bitwarden is easy.
|
||||
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
|
||||
## Import your data into bitwarden
|
||||
|
||||
1. Go to the [bitwarden web vault][bitwarden-vault] and log in.
|
||||
2. Navigate to **Tools** → **Import Data**.
|
||||
@@ -34,5 +34,21 @@ There are known bugs (for years now) with the LastPass exporter regarding specia
|
||||
|
||||
Congratulations! You have just transferred all of your data from LastPass into bitwarden.
|
||||
|
||||
## Importing form fills (optional)
|
||||
|
||||
LastPass does not include form fills with the standard export from the LastPass web vault. If you want to import form fill information into bitwarden you can export the form fill CSV data from the LastPass browser extension.
|
||||
|
||||
{% note %}
|
||||
You can only export form fill data from the LastPass browser extension.
|
||||
{% endnote %}
|
||||
|
||||
1. Click the LastPass icon from the browser toolbar to open the LastPass popup interface.
|
||||
2. Navigate to **More options** → **Advanced** → **Export** → **Form Fills**.
|
||||
3. This will take you to a page that then asks you to enter your LastPass master password for verification. Enter your LastPass master password.
|
||||
4. Your data will be decrypted and shown on screen in [CSV][csv] format.
|
||||
5. Highlight all of the data on the page and copy it to your clipboard.
|
||||
- Highlight all of the data with your mouse (or simply press <code>Ctrl + A</code>), then right click with your mouse and select **Copy**.
|
||||
6. Follow the same import steps in [Import your data into bitwarden](#import-your-data-into-bitwarden).
|
||||
|
||||
[csv]: https://en.wikipedia.org/wiki/Comma-separated_values
|
||||
[bitwarden-vault]: https://vault.bitwarden.com
|
||||
|
||||
Reference in New Issue
Block a user