diff --git a/_articles/account/forgot-master-password.md b/_articles/account/forgot-master-password.md index 5fb32525..e4c876b3 100644 --- a/_articles/account/forgot-master-password.md +++ b/_articles/account/forgot-master-password.md @@ -10,7 +10,7 @@ order: 02 As described in the [Your Master Password]({% link _articles/account/master-password.md %}) article, Bitwarden has no knowledge of, way to retrieve, or way to reset your Master Password. -If you've already lost your Master Password, there is unfortunately no way for the team to recover the account or the data stored in your Personal Vault. You will need to delete your account and start a new one. +If you've already lost your Master Password, there is unfortunately no way for anyone to recover the account or the data stored in your Personal Vault unless you're enrolled in [Organization Master Password Reset]({{site.baseurl}}/article/admin-reset/). You will need to delete your account and start a new one. {% callout success %} Before deleting your account: diff --git a/_articles/features/favorites.md b/_articles/features/favorites.md index 21729913..4cd31012 100644 --- a/_articles/features/favorites.md +++ b/_articles/features/favorites.md @@ -20,26 +20,63 @@ Items marked as a **Favorite** will appear at the top of your {% icon fa-lock %} Designate any Vault item as a **Favorite** when you initially create it, or at any time by editing the item: -### In the Web Vault + +
+
+{% capture web_vault %} +### Web Vault On the Add Item or Edit Item screen, select the {% icon fa-star %} **Star** icon in the bottom-right corner and **Save** the item: {% image favorites/favorite_webvault_cropped.gif %} -### In Browser Extensions +{% endcapture %} +{{ web_vault | markdownify}} +
+
+{% capture browser_extension %} +### Browser Extension On the Add Item or Edit Item screen, check the **Favorite** checkbox and **Save** the item: {% image favorites/favorite_extension_cropped.gif %} -### In Desktop Applications +{% endcapture %} +{{ browser_extension | markdownify}} +
+
+{% capture desktop_info %} +### Desktop App On the Add Item or Edit Item screen, check the **Favorite** checkbox and **Save** the item: {% image favorites/favorite_desktop_cropped.gif %} -### In Mobile Apps +{% endcapture %} +{{ desktop_info | markdownify}} +
+
+{% capture mobile_info %} +### Mobile App On the Add Item or Edit Item screen, toggle the **Favorite** switch and **Save** the item: {% image favorites/favorite_mobile.gif %} + +{% endcapture %} +{{ mobile_info | markdownify}} +
+
diff --git a/_articles/getting-started/create-bitwarden-account.md b/_articles/getting-started/create-bitwarden-account.md index 665a415c..99d6b0f3 100644 --- a/_articles/getting-started/create-bitwarden-account.md +++ b/_articles/getting-started/create-bitwarden-account.md @@ -9,7 +9,7 @@ order: 01 --- ## Welcome to Bitwarden -We're thrilled to be a part of your secure password management journey. To create a Bitwarden account, click the **Get Started** button on our homepage, or click [**here**](https://vault.bitwarden.com/#/register). +We're thrilled to be a part of your secure password management journey. To create a Bitwarden account, click the **Get Started** button on our homepage, or click [**here**](https://vault.bitwarden.com/#/register){:target="\_blank"}. {% image getting-started/get-started-homepage-overlay.png Bitwarden Homepage%} @@ -26,8 +26,8 @@ Once you've created your account, prompt Bitwarden to send you a verification em ## Congratulations! We recommend using any one of these resources to learn the ropes: -- [Get Started with the Web Vault]({% link _articles/getting-started/getting-started-webvault.md %}) -- [Get Started with Browser Extensions]({% link _articles/getting-started/getting-started-browserext.md %}) -- [Get Started with the Mobile Apps]({% link _articles/getting-started/getting-started-mobile.md %}) -- [Get Started with Desktop Apps]({% link _articles/getting-started/getting-started-desktop.md %}) -- [Bitwarden 101 Video Series on Getting Started](https://bitwarden.com/help/article/getting-started-videos/) + +- [Get Started with the Web Vault]({{site.baseurl}}/article/getting-started-webvault/) +- [Get Started with Browser Extensions]({{site.baseurl}}/article/getting-started-browserext/) +- [Get Started with the Mobile Apps]({{site.baseurl}}/article/getting-started-mobile/) +- [Get Started with Desktop Apps]({{site.baseurl}}/article/getting-started-desktop/) diff --git a/_articles/login-with-sso/saml-azure.md b/_articles/login-with-sso/saml-azure.md index e0ec5690..42e9e90e 100644 --- a/_articles/login-with-sso/saml-azure.md +++ b/_articles/login-with-sso/saml-azure.md @@ -36,7 +36,7 @@ On the Browse Azure AD Gallery screen, select the {% icon fa-plus %} **Create yo {% image sso/cheatsheets/saml-azure/az-newapp2.png Create your own application %} -On the Create your own application screen, give the application a unique, Bitwarden-specific name and select the +On the Create your own application screen, give the application a unique, Bitwarden-specific name and select the **Create** button. ### Enable Single Sign-on diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index c3efc8b6..eccf943d 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -423,6 +423,8 @@ By default, `delete` will "soft delete" an item (i.e. send it to the [Trash]({{s bw delete item 7063feab-4b10-472e-b64c-785e2b870b92 --permanent ``` +To delete an `org-collection`, you'll also need to specify `--organizationid `. See [Organization IDs](#organization-ids). + {% callout warning %} While items that are "soft deleted" using `delete` can be recovered using the `restore` command (see [details](#restore)), items that are deleted using `delete --permanent` **are completely removed and irrecoverable.** {% endcallout %} diff --git a/_articles/organizations/about-business-portal.md b/_articles/organizations/about-business-portal.md index df1bada0..9ed9db86 100644 --- a/_articles/organizations/about-business-portal.md +++ b/_articles/organizations/about-business-portal.md @@ -1,6 +1,6 @@ --- layout: article -title: About the Business Portal +title: Business Portal categories: [organizations] featured: false popular: false @@ -13,18 +13,6 @@ The Bitwarden Business Portal is a dedicated space for administrators to configu {% image organizations/business-portal-button-overlay.png Business Portal button %} -The Bitwarden Business Portal provides access to configuration for Single Sign-On and Policies for your Organization. +The Bitwarden Business Portal provides access to configuration for [Single Sign-On]({{site.baseurl}}/article/about-sso/) and [Policies]({{site.baseurl}}/article/policies/) for your Organization. {% image organizations/business-portal.png Bitwarden Business Portal %} - -### Next Steps -To learn how to configure Single Sign-On, see: -- [Getting Started with Login with SSO](https://bitwarden.com/help/article/getting-started-with-sso/) -- [Configure Login with SSO (SAML 2.0)](https://bitwarden.com/help/article/configure-sso-saml/) -- [Configure Login with SSO (OIDC)](https://bitwarden.com/help/article/configure-sso-oidc/) - -To learn how to configure Policies, see: -- [Enterprise Policies](https://bitwarden.com/help/article/policies/) - -To learn more about User Types, see: -- [User Types and Access Control](https://bitwarden.com/help/article/user-types-access-control/) diff --git a/_articles/organizations/admin-reset.md b/_articles/organizations/admin-reset.md index 5e4466d4..70de013f 100644 --- a/_articles/organizations/admin-reset.md +++ b/_articles/organizations/admin-reset.md @@ -59,7 +59,11 @@ Admin Password Reset can be executed by [Owners, Admins, and permitted Custom us ## Activate Admin Password Reset -To activate Master Password Reset for your Enterprise Organization, navigate to the [Business Portal]({{site.baseurl}}/article/about-business-portal/) and enable the [Master Password Reset Policy]({{site.baseurl}}/article/policies/#master-password-reset). Users will need to [self-enroll](#self-enroll-in-password-reset) or [be auto-enrolled](#automatic-enrollment) in Password Reset before their Master Password can be reset. +To activate Master Password Reset for your Enterprise Organization, navigate to the [Business Portal]({{site.baseurl}}/article/about-business-portal/) and enable the [Master Password Reset Policy]({{site.baseurl}}/article/policies/#master-password-reset): + +{% image organizations/pwreset-activate.png Activate Password Reset %} + +Users will need to [self-enroll](#self-enroll-in-password-reset) or [be auto-enrolled](#automatic-enrollment) in Password Reset before their Master Password can be reset. ### Automatic Enrollment diff --git a/_articles/organizations/public-api.md b/_articles/organizations/public-api.md index 94598277..db121f75 100644 --- a/_articles/organizations/public-api.md +++ b/_articles/organizations/public-api.md @@ -10,6 +10,10 @@ order: 16 The Bitwarden Public API provides Organizations a suite of tools for managing members, collections, groups, event logs, and policies. +{% callout success %} +For automating **management of Vault items**, we recommend using the [CLI]({{site.baseurl}}/article/cli/). Access to Vault items relies on Vault decryption, which must be done with a Username and Master Password rather than an [API Key](#authentication). +{% endcallout %} + The Public API is a RESTful API with predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. The Public API is compatible with the OpenAPI Specification (OAS3) and publishes a compliant [`swagger.json`](https://bitwarden.com/help/api/specs/public/swagger.json) definition file. Explore the OpenAPI Specification using the Swagger UI: diff --git a/images/organizations/pwreset-activate.png b/images/organizations/pwreset-activate.png new file mode 100644 index 00000000..673dd522 Binary files /dev/null and b/images/organizations/pwreset-activate.png differ