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

Small Edits (#639)

* 'can i print my vault data' faq item

* correct pin for mobile
This commit is contained in:
fred_the_tech_writer
2021-06-16 14:57:58 -04:00
committed by GitHub
parent 0ca6b56377
commit ac0d765602
2 changed files with 6 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ To enable Unlock with PIN for your Mobile app:
1. Open the {% icon fa-cogs %} **Settings** tab.
2. Scroll down to the Security section and tap the **Unlock with PIN Code** option.
3. Enter the the desired PIN code in the input box. Your PIN can be any combination of characters (a-z, 0-9, $, #, etc.).
3. Enter the the desired PIN code in the input box. Your PIN can be any combination of numbers (0-9).
{% callout success %}A dialog box will appear asking whether you want to require unlocking with your master password when the application is restarted. Tap **Yes** to require your Master Password instead of PIN when the app restarts. Tap **No** for the ability to unlock with the PIN when the app restarts.{% endcallout %}

View File

@@ -91,6 +91,10 @@ Clicking on the number will expose the historical password values in plain text
**A:** Yes, you can view the history of the Password Generator from that client application's generator screen. **Please note** this history is separate per app/client and is not synchronized between devices.
### What happens when I purge my Vault?
### Q: What happens when I purge my Vault?
**A:** When you purge a **Personal Vault**, all Vault items and Folders will be deleted. When you purge an **Organization Vault**, all shared (i.e. owned by the Organization) Vault items will be deleted however existing users, Collections, and Groups will remain in place.
### Q: Can I print my Vault data?
**A:** Not directly from Bitwarden, however you can [export your Vault data]({{site.baseurl}}/article/export-your-data/) as a `.csv` or `.json` file and print it out from your text editor.