1
0
mirror of https://github.com/bitwarden/help synced 2025-12-16 00:03:41 +00:00

fixes & additions (#405)

This commit is contained in:
fred_the_tech_writer
2021-02-17 12:01:54 -05:00
committed by GitHub
parent 50d96a12b1
commit 500708a1ea
10 changed files with 34 additions and 15 deletions

View File

@@ -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.

View File

@@ -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 %}