1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
Files
help/_articles/features/auto-fill-browser.md
fred_the_tech_writer 906e2ca0dd Promote to Master (#748)
* 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>
2021-09-21 13:21:11 -04:00

5.9 KiB

layout, title, categories, featured, popular, order, tags
layout title categories featured popular order tags
article Auto-fill Logins in Browser Extensions
auto-fill
false false 01
browser
auto-fill
autofill

{% callout success %} Most auto-fill functionality relies on the attribution of URIs to Login items. If you're unfamiliar with using URIs, see Using URIs.

Additionally, basic authentication prompts work a little differently than regular auto-fills. See our breakout article on Basic Auth Prompts {% endcallout %}

Bitwarden Browser Extensions have a unique Tab view, which automatically detects the URI (e.g. myturbotax.intuit.com) of the page displayed in the open tab and surfaces any Vault items with corresponding URIs.

When a Vault item has a corresponding URI, the Bitwarden icon will overlay a badge counter reporting the number of Vault items for that web page (pictured below).

{% image getting-started/browserext/browserext-tab.png Badge Counter %}

{% callout success %} If you want, you can disable the badge counter using a toggle in the {% icon fa-cogs %} SettingsOptions menu:

{% image autofill/disable-counter-badge.png Disable Badge Counter %} {% endcallout %}

Simply clicking on the Vault item inside the Browser Extension Tab view will auto-fill login information to the detected input fields.

There are a few alternative auto-fill options for Browser Extensions. In all cases (except manually):

  • The Browser Extension must be unlocked for the auto-fill functionality to operate.
  • In cases where a web page or service has multiple Login items with relevant URIs, it will auto-fill the last-used Login.

Using the Context-Menu

{% callout info %} Currently unavailable in the Safari Browser Extension. {% endcallout %}

Without opening your Browser Extension, you can right-click on the username or password input field and use the BitwardenAuto-fill option. Your Vault must be unlocked for this option to be available.

{% image getting-started/browserext/browserext-context.png %}

Using Keyboard Shortcuts

Bitwarden Browser Extensions provide a set of keyboard shortcuts (a.k.a hot keys) to auto-fill login information. Your Vault must be unlocked for these options to be available.

To auto-fill login information, use the following default shortcuts. If there are multiple Login items with the detected URI, the last-used login will be used for the auto-fill operation. You can cycle through multiple Logins by repeatedly using the keyboard shortcut:

  • On Windows: Ctrl + Shift + L
  • On macOS: Cmd + Shift + L
  • On Linux: Ctrl + Shift + L

{% callout success %} If a login uses the Bitwarden Authenticator for TOTPs, using the Cmd/Ctrl + Shift + L will automatically copy your TOTP to your clipboard after auto-filling. All you have to do is Cmd/Ctrl + V to paste! {% endcallout %}

If any given shortcut doesn't work, it's likely because another application on your device is already registered to use it. For example, the auto-fill shortcut on Windows is commonly claimed by the AMD Radeon Adrenaline software (AMD graphic drivers) and therefore cannot be used by Bitwarden. In these instances, you should free up the shortcut or configure Bitwarden to use a different shortcut.

Configuring Keyboard Shortcuts

Configuring the keyboard shortcuts used by a Bitwarden Browser Extension differs based on which browser you're using. To access the configuration menu:

  • In Chrome, enter chrome://extensions/shortcuts in the address bar.

    In Chromium-based browsers like Brave, substitute chrome for the relevant browser name (e.g. brave://extensions/shortcuts).

  • In Firefox, enter about:addons in the address bar, select the {% icon fa-cog %} Gear icon next to Manage Your Extensions, and select Manage Extension Shortcuts from the dropdown.

Some browsers, including Safari and legacy Edge do not currently support changing the default keyboard shortcuts for extensions.

On Page Load

Auto-fill on Page Load is an experimental and opt-in feature offered by Bitwarden Browser Extensions. Auto-fill on page load will auto-fill login information when a web page corresponding to a Login item's URI value loads. Once enabled, you can set the default behavior (i.e. on for all Vault items or off for Vault items).

To enable this feature, navigate to SettingsOptions in your Browser Extension, select the Enable Auto-fill On Page Load option, and choose your default behavior. Once enabled and the default behavior is set, you can additionally specify auto-fill on page load behavior for each individual Vault item:

{% image autofill/onpageloadfull.png %}

Using this convention, you can setup your Browser extension to, for example:

  • Auto-fill on page load for a only select few items (i.e. off by default for all Vault items and manually turned on for select items).
  • Auto-fill on page for all but a select few items (i.e. on by default for all Vault items and manually turned off for select items).

{% callout info %} If there are multiple Login items with the detected URI, the last-used login will be used for the auto-fill operation. {% endcallout %}

Manually Auto-fill

You can auto-fill items manually that don't have saved URIs by opening them in the {% icon fa-lock %} My Vault view, and selecting the Auto-fill button.

TOTP Copy

If you use Bitwarden Authenticator, Bitwarden will automatically copy a Login item's TOTP code to the clipboard when the Login item is autofilled by any of the above methods.

{% callout success %} You can disable this option and set a custom interval with which to clear your clipboard from the Browser Extension's {% icon fa-cogs %} Settings tab:

{% image autofill/clipboard.png Clipboard Settings %}

{% endcallout %}