* initial commit
* adding quotes for the array error
* Create Gemfile
* Create Gemfile.lock
* add .nvmrc and .node-version
* removed /article from URL
* update links to work with netlify
* more fixed links
* link fixes
* update bad links
* Update netlify.toml
toml test for redirects
* article redirect
* link fixes
* Update index.html
* Update netlify.toml
* Update _config.yml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* add article back into URL for launch
* Update netlify.toml
* Update netlify.toml
* add order to categories front matter
* Update netlify.toml
* update
* sidemenu update
* Revert "sidemenu update"
This reverts commit 5441c3d35c.
* update order prop
* Navbar updates per Gary and compiler warnings
* font/style tweaks
* Update sidebar.html
* Stage Release Documentation (#739)
* initial drafts
* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information
* edit
* edit
* Custom Field Context Menu & CAPTCHA item in release notes
* SSO relink event
* update rn
* small edits
* improve release notes titles
* fix side menu
* Edits courtest of mportune!
* update order
* link fixes
* link cleanup
* image updates and a link
* fix trailing slash
Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
7.7 KiB
layout, title, categories, featured, popular, tags, order
| layout | title | categories | featured | popular | tags | order | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| article | Vault Items |
|
false | false |
|
03 |
Effectively managing the items in your Vault is key to making sure that you secure and have seamless access to your information, and can safely share information with friends, family, teams, and colleagues. There are 4 types of items you can store in your Vault; Logins, Cards, Identities, and Secure Notes:
Login items are most often used to store username and password combinations, and support TOTP seeds for Premium users. Whatever plan you're on, we recommend giving every Login a URI for easy auto-fill:
{% image manage-items/login-item.png Login Vault Item %}
{% endcapture %} {{ logins | markdownify }}
Card items can be used to store credit or debit card information:
{% image manage-items/card-item.png Card Vault Item %}
{% endcapture %} {{ cards | markdownify }}
Identities can be used to store billing info, mailing info, or anything else you might need to have access to when filling out online forms:
{% image manage-items/identity-item.png Identity Vault Item %}
{% endcapture %} {{ identities | markdownify }}
Secure Notes can be used to store encrypted freeform text for anything you want protected:
{% image manage-items/note-item.png Secure Note Vault Item %}
{% endcapture %} {{ notes | markdownify }}
{% callout success %} You can import items into your Vault from a variety of password management solutions. For more information, see Import Data to your Vault. {% endcallout %}
Manage Vault Items
You can add, edit, and delete Vault items from any Bitwarden client application:
{% image manage-items/manage-webvault.png Manage an Item %}
{% endcapture %} {{ wv | markdownify }}
{% image manage-items/manage-be.png Manage an Item %}
{% endcapture %} {{ be_sync | markdownify }}
{% image manage-items/manage-mobile-1.png Add or Open an Item %}
{% image manage-items/manage-mobile-2.png Manage an Item %}
{% endcapture %} {{ mob_sync | markdownify }}
{% image manage-items/manage-desktop.png Manage an Item %}
{% endcapture %} {{ desk_sync | markdownify }}
For more information, refer to our CLI documentation.
{% endcapture %} {{ cli_sync | markdownify }}
Folders and Favorites
Items in your Vault can be organized into Folders, or marked as Favorites. For more information, see Folders and Favorites.
Items in the Trash
Deleted items are sent to the Trash, where they remain for 30 days after deletion. Once 30 days have lapsed, the item will be permanently deleted and not recoverable.
In the Trash, you can Restore an item to your Vault or Permanently Delete it prior to the 30-day waiting period:
{% image manage-items/item-trash-restore-delete.png The Trash %}
Protect Individual Items
For any given Vault item, you can activate the Master password re-prompt option from the Add/Edit screen to require verification of your Master Password to access or auto-fill sensitive Vault items:
{% callout warning %} Master password re-prompt is not an encryption mechanism. This feature is an interface-only guardrail that a sophisticated user may find ways to work around. We recommend never leaving your Vault unlocked when unattended or on a shared workstation. {% endcallout %}
{% image manage-items/reprompt.gif Master Password Reprompt %}
Move Items to an Organization
If you're a member of an Organization, you can move Vault items to your Organization for sharing with other Organization members. Learn more about Organizations, Collections, and Sharing.
Clone Vault Items
You can clone any Vault item that you have Ownership of, if you wish to create a duplicate of the item.
- In the Web Vault{:target="_blank"}, select Clone from the hover-over {% icon fa-cog %} Gear dropdown.
- On Mobile Applications, open the item and tap Clone in the {% icon fa-ellipsis-v %} Menu.
- On Desktop Applications and Browser Extensions, open the item and select the {% icon fa-copy %} Clone Item option.
{% callout info %} To clone an item within an Organization, you must clone it from the Organization Vault view, not the Personal Vault view. {% endcallout %}