mirror of
https://github.com/bitwarden/help
synced 2025-12-15 15:53:53 +00:00
10-21 (#775)
* policies * auto-scaling seats * pw reset * custom role collections permissions * automatic biometric prompt * web vault dark mode * custom field autofill article & section on <span>s * cli passphrase options * bye bye, business portal * release notes * merge latest from master * fix typo * redo timeout article * export policy - owner/admin exemption * biometric fix * sso faq item
This commit is contained in:
committed by
GitHub
parent
6498cf8a73
commit
d4efd98c15
@@ -2,7 +2,7 @@
|
||||
layout: article
|
||||
title: Troubleshooting Android Auto-fill
|
||||
categories: [auto-fill]
|
||||
order: "09"
|
||||
order: "10"
|
||||
featured: false
|
||||
popular: false
|
||||
tags: [android, autofill, auto-fill]
|
||||
|
||||
@@ -7,11 +7,14 @@ popular: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
Bitwarden Browser Extensions, Desktop Apps, and Mobile apps come packed with stylish themes:
|
||||
The Bitwarden Web Vault, Browser Extensions, Desktop Apps, and Mobile apps come packed with stylish themes:
|
||||
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link active" id="betab" data-target="#browserextension" role="tab" aria-controls="browserextension" aria-selected="false">Browser Extension</a>
|
||||
<a class="nav-link active" id="wvtab" data-target="#webvault" role="tab" aria-controls="webvault" aria-selected="false">Web Vault</a>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link" id="betab" data-target="#browserextension" role="tab" aria-controls="browserextension" aria-selected="false">Browser Extension</a>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link" id="desktab" data-target="#desktop" role="tab" aria-controls="desktop" aria-selected="false">Desktop</a>
|
||||
@@ -21,7 +24,22 @@ Bitwarden Browser Extensions, Desktop Apps, and Mobile apps come packed with sty
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tab-content" id="clientsContent">
|
||||
<div class="tab-pane show active" id="browserextension" role="tabpanel" aria-labelledby="betab">
|
||||
<div class="tab-pane show active" id="webvault" role="tabpanel" aria-labelledby="wvtab">
|
||||
{% capture web_vault %}
|
||||
#### Web Vault
|
||||
|
||||
To change the theme of your Web Vault:
|
||||
|
||||
1. Select **Settings** from the navigation.
|
||||
2. From the left-hand Settings menu, select **Options**.
|
||||
3. From the **Theme** dropdown, select your favorite theme!
|
||||
|
||||
{% image features/theme-webvault.png Change Theme %}
|
||||
|
||||
{% endcapture %}
|
||||
{{ web_vault | markdownify}}
|
||||
</div>
|
||||
<div class="tab-pane" id="browserextension" role="tabpanel" aria-labelledby="betab">
|
||||
{% capture browser_extension %}
|
||||
#### Browser Extension
|
||||
|
||||
|
||||
@@ -663,6 +663,8 @@ You can generate a complex passphrase using the options available to the command
|
||||
|
||||
- `--words <words>` (number of words)
|
||||
- `--separator <separator>` (separator character)
|
||||
- `--capitalize, -c` (include to title-case the passphrase)
|
||||
- `--includeNumber` (include numbers in the passphrase)
|
||||
|
||||
### update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user