mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
fixes & additions (#405)
This commit is contained in:
committed by
GitHub
parent
50d96a12b1
commit
500708a1ea
@@ -82,7 +82,7 @@ Check that the custom port values have been proliferated to `./bwdata/env/global
|
||||
|
||||
#### Q: How do I add Bitwarden to system boot?
|
||||
|
||||
**A:** Before adding Bitwarden to system boot, complete [Docker Post-Installation](https://bitwarden.com/help/hosting-faqs/#docker-post-installation) to setup a dedicated `bitwarden` service account.
|
||||
**A:** Before adding Bitwarden to system boot, complete [Docker Post-Installation](https://bitwarden.com/help/article/install-on-premise/#docker-post-installation-linux-only) to setup a dedicated `bitwarden` service account.
|
||||
|
||||
Then, complete the following steps:
|
||||
|
||||
|
||||
@@ -33,6 +33,11 @@ Once exported from iCloud, Mac Keychain, or Safari, see [Import Data to your Vau
|
||||
|
||||
**A:** To import items directly to Collections, format your import as a Bitwarden `.csv` (for more information, see [Condition a Bitwarden .csv or .json]({% link _articles/importing/condition-bitwarden-import.md %})) and specify Collections to import each item to within the file.
|
||||
|
||||
#### Q: How do I import file attachments to Bitwarden?
|
||||
|
||||
**A:** File Attachments must be manually migrated to your Bitwarden Vault, as they are currently not included in bulk import operations.
|
||||
|
||||
Please note that storage of File Attachments is available only for Premium users, including members of Paid Organizations (Families, Teams, or Enterprise).
|
||||
|
||||
#### Q: Why did importing create duplicate Vault items?
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ When you change your email address, you should immediately logout of all Bitward
|
||||
|
||||
**A:** You can use [Encrypted Exports]({% link _articles/importing/encrypted-export.md %}) to make secure long-term backups of your Vault data that are encrypted with your [Account Encryption Key]({% link _articles/account/account-encryption-key.md %}).
|
||||
|
||||
Alternatively, we you can use something like PeaZip to create an encrypted archive of the file after exporting a plaintext file from Bitwarden.
|
||||
Alternatively, you can use something like PeaZip to create an encrypted archive of the file after exporting a plaintext file from Bitwarden.
|
||||
|
||||
You can learn more about PeaZip here:
|
||||
- <http://www.peazip.org/>
|
||||
|
||||
@@ -41,9 +41,11 @@ Once setup, Bitwarden Authenticator will continuously generate 6-digit TOTPs rot
|
||||
|
||||
## Use Generated Codes
|
||||
|
||||
Bitwarden Mobile applications and Browser Extensions will automatically copy the TOTP code to your device's clipboard after Auto-fill, unless the **Enable Auto-fill on Page Load** option is active. Paste from your clipboard immediately after successful Auto-fill to use your TOTP.
|
||||
Bitwarden Mobile applications and Browser Extensions will automatically copy the TOTP code to your device's clipboard after Auto-fill, unless the **Enable Auto-fill on Page Load** option is active. Paste from your clipboard immediately after successful Auto-fill to use your TOTP or (if you're using a Browser Extension) use the context menu:
|
||||
|
||||
{% callout success %}This feature can be toggled off under **Settings** → **Options** → **Disable Automatic TOTP Copy**.{% endcallout %}
|
||||
{% image /two-step/be-totpcopy.png Browser Extension Context Menu %}
|
||||
|
||||
{% callout success %}Automatic TOTP copying can be toggled off under **Settings** → **Options** → **Disable Automatic TOTP Copy**.{% endcallout %}
|
||||
|
||||
All Bitwarden applications display your rotating TOTP code inside the Vault item, which can be copied and pasted just like a Username or Password.
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ Once a field is specified, search for a value in that field using a colon (`:`)
|
||||
When constructing a full-text search, you can apply the asterisk (`*`) as a wildcard character for specified search values, for example:
|
||||
|
||||
- `>organizationid:*` will search for all Vault items that belong to an Organization.
|
||||
- `>organizationid:-` will search for all Vault items that do not belong to an Organization.
|
||||
- `>-organizationid:*` will search for all Vault items that do not belong to an Organization.
|
||||
- `>login.username:*@gmail.com` will search for any Login item **Username** that ends in `@gmail.com`.
|
||||
|
||||
{% callout success %}
|
||||
|
||||
@@ -42,9 +42,15 @@ Importing data multiple times will create duplicates.
|
||||
|
||||
If you get the following error:
|
||||
|
||||
`Ciphers[X].Login: The field yyyy exceeds the maximum encrypted value length of zzzz characters.`
|
||||
```
|
||||
Ciphers[X].Login: The field yyyy exceeds the maximum encrypted value length of zzzz characters.
|
||||
```
|
||||
|
||||
An item in your `.csv` exceeds the size limited allowed for items stored in the Bitwarden Vault. Remove the offending item from your file for import, or reduce its size. You can open the `.csv` in a text editor or spreadsheet program for easy editing, and locate the offending item at `index[X]` as referenced in the error message.
|
||||
An item in your `.csv` exceeds the character limit allowed for items stored in the Bitwarden Vault. Remove the offending item from your file for import, or reduce its size. Open the `.csv` in a text editor or spreadsheet program for easy editing, and locate the offending item at `index[X]` as referenced in the error message.
|
||||
|
||||
{% callout info %}
|
||||
Depending on the program you use to edit your `.csv`, the index value `[X]` may not map perfectly to a Row or Line number. Typically in spreadsheet programs, add 2 (i.e. `index[23]` = Row **25**). In other cases, it may be useful to focus on `Notes` items, as these items are usually those that trigger the error.
|
||||
{% endcallout %}
|
||||
|
||||
## Supported Formats
|
||||
|
||||
|
||||
@@ -14,14 +14,16 @@ Use this article for help exporting data from LastPass and importing into Bitwar
|
||||
|
||||
Complete the following steps to export data from the [LastPass Web Vault](https://lastpass.com/){:target="\_blank"}:
|
||||
|
||||
1. Select the **Advanced Options** option on the left sidebar.
|
||||
2. Select **Export** from the menu.
|
||||
1. Select the {% icon fa-rocket %} **Advanced Options** option on the left sidebar:
|
||||
|
||||
{% image /importing/lastpassadvancedoptions.png Export from Web Vault %}
|
||||
2. From the Manage Your Vault section, select the **Export** option.
|
||||
3. Enter your Master Password to validate the export attempt.
|
||||
|
||||
Your Vault data will be decrypted and printed to the screen in a `.csv` format.
|
||||
Depending on your browser, your Vault data will either be automatically saved as a `.csv` or printed to the screen in a `.csv` format:
|
||||
|
||||
{% image lastpass-copy.png LastPass Export %}
|
||||
4. Highlight the printed text, and copy and paste it into a new `export.csv` file.
|
||||
4. If your Vault data was printed to the screen, highlight the text and copy and paste it into a new `export.csv` file.
|
||||
|
||||
{% callout warning %}
|
||||
**Some users have reported a bug** which changes special characters in your passwords (`&`, `<`, `>`, etc.) to their HTML-encoded values (for example, `&`) in the printed export.
|
||||
@@ -33,16 +35,20 @@ If you observe this bug in your exported data, use a text editor to find and rep
|
||||
|
||||
**Exports from the Web Vault will not include form fills.** To export form fill data from LastPass, you must do so from the Browser Extension:
|
||||
|
||||
1. In the Browser Extension, navigate to **Account Options** → **Advanced** → **Export** → **Form Fills**.
|
||||
1. In the Browser Extension, navigate to **Account Options** → **Advanced** → **Export** → **Form Fills**:
|
||||
|
||||
{% image /importing/lp-be.png Export from Browser Extension %}
|
||||
2. Enter your Master Password to validate the export attempt.
|
||||
|
||||
Your Vault data will be decrypted and printed to the screen in a `.csv` format.
|
||||
Depending on your browser, your Vault data will either be automatically saved as a `.csv` or printed to the screen in a `.csv` format:
|
||||
{% image lastpass-copy.png LastPass Export %}
|
||||
4. Highlight the printed text, and copy and paste it into a new `export.csv` file.
|
||||
4. If your Vault data was printed to the screen, highlight the text and copy and paste it into a new `export.csv` file.
|
||||
|
||||
## Import to Bitwarden
|
||||
|
||||
Complete the following steps to import data to your Bitwarden personal Vault (for help importing to an Organization Vault, see [Import Items to an Organization]({% link _articles/organizations/import-to-org.md %})):
|
||||
Complete the following steps to import data to your Bitwarden personal Vault. For help importing to an Organization Vault, see [Import Items to an Organization]({% link _articles/organizations/import-to-org.md %}).
|
||||
|
||||
If you want to store File Attachments in your Bitwarden Vault, please be aware that these are currently not included in Bitwarden import operations and will need to be uploaded to your Vault manually. For more information, see [File Attachments]({% link _articles/features/attachments.md %}).
|
||||
|
||||
1. Log in to the [Web Vault](https://vault.bitwarden.com){:target="\_blank"}.
|
||||
2. Select **Tools** from the top navigation bar.
|
||||
|
||||
BIN
images/importing/lastpassadvancedoptions.png
Normal file
BIN
images/importing/lastpassadvancedoptions.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 143 KiB |
BIN
images/importing/lp-be.png
Normal file
BIN
images/importing/lp-be.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 KiB |
BIN
images/two-step/be-totpcopy.png
Normal file
BIN
images/two-step/be-totpcopy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
Reference in New Issue
Block a user