diff --git a/_articles/account/how-to-change-your-email.md b/_articles/account/change-your-email.md similarity index 91% rename from _articles/account/how-to-change-your-email.md rename to _articles/account/change-your-email.md index 12a8cafd..15278119 100644 --- a/_articles/account/how-to-change-your-email.md +++ b/_articles/account/change-your-email.md @@ -1,7 +1,7 @@ --- layout: article -title: How to change your email -categories: [Getting Started] +title: Change your email +categories: [Getting Started, Account Management] featured: false popular: false tags: [account, email] diff --git a/_articles/account/how-to-change-your-master-password.md b/_articles/account/change-your-master-password.md similarity index 89% rename from _articles/account/how-to-change-your-master-password.md rename to _articles/account/change-your-master-password.md index deee9b7c..d3dcf3e1 100644 --- a/_articles/account/how-to-change-your-master-password.md +++ b/_articles/account/change-your-master-password.md @@ -1,7 +1,7 @@ --- layout: article -title: How to change your master password -categories: [Getting Started] +title: Change your master password +categories: [Getting Started, Account Management] featured: false popular: false tags: [password, account] diff --git a/_articles/account/how-to-delete-your-account.md b/_articles/account/delete-your-account.md similarity index 65% rename from _articles/account/how-to-delete-your-account.md rename to _articles/account/delete-your-account.md index d64923d5..41ba65c3 100644 --- a/_articles/account/how-to-delete-your-account.md +++ b/_articles/account/delete-your-account.md @@ -1,15 +1,15 @@ --- layout: article -title: How to delete your account -categories: [Getting Started] +title: Delete your account +categories: [Account Management] featured: false popular: false -tags: [account] +tags: [account, delete] --- Your account can only be deleted from the [web vault](https://vault.bitwarden.com). -1. Log in to the [web vault](https://vault.bitwarden.com) at https://vault.bitwarden.com +1. Log in to the web vault at 2. Click **Settings** on the sidebar 3. Click **Delete Account** under the **Danger Zone** panel 4. Type in your master password and click **Delete** diff --git a/_articles/account/how-to-setup-two-step-login.md b/_articles/account/setup-two-step-login.md similarity index 94% rename from _articles/account/how-to-setup-two-step-login.md rename to _articles/account/setup-two-step-login.md index 857fb09f..3443336e 100644 --- a/_articles/account/how-to-setup-two-step-login.md +++ b/_articles/account/setup-two-step-login.md @@ -1,7 +1,7 @@ --- layout: article -title: How to set up two-step login (2FA) -categories: [Getting Started] +title: Set up two-step login (2FA) +categories: [Getting Started, Account Management] featured: false popular: false tags: [two-step login, 2fa, two factor authentication, account] diff --git a/_categories/account-management.md b/_categories/account-management.md new file mode 100644 index 00000000..e42ddf07 --- /dev/null +++ b/_categories/account-management.md @@ -0,0 +1,5 @@ +--- +layout: category +title: Account Management +featured: true +---