diff --git a/_articles/account/unlock-with-pin.md b/_articles/account/unlock-with-pin.md index dd4d5935..f01279b7 100644 --- a/_articles/account/unlock-with-pin.md +++ b/_articles/account/unlock-with-pin.md @@ -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 %} diff --git a/_articles/faqs/product-faqs.md b/_articles/faqs/product-faqs.md index 14859489..5a25b6e2 100644 --- a/_articles/faqs/product-faqs.md +++ b/_articles/faqs/product-faqs.md @@ -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.