From 542397921b061dd51efac7660a9f8f1eea2c936c Mon Sep 17 00:00:00 2001 From: lmatte7 Date: Tue, 2 Sep 2025 17:59:56 -0500 Subject: [PATCH] Update password requirements for HCP Terraform --- .../cloud-docs/users-teams-organizations/users.mdx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/users.mdx b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/users.mdx index 344ff014b3..bf02019f51 100644 --- a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/users.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/users.mdx @@ -127,8 +127,16 @@ To leave an organization, click the ellipses (**...**) next to the organization Click **Password** in the sidebar to change your password. You cannot manage your HCP Terraform password directly if you linked your account to GitHub or HashiCorp Cloud Platform (HCP). Instead, manage your password through the linked service. --> **Note:** Password management is not available if your Terraform Enterprise instance uses [SAML single sign on](/terraform/enterprise/saml/configuration). --> **Note:** Passwords must be at least 10 characters in length, and you can use any type of character. Password management is not available if your Terraform Enterprise instance uses [SAML single sign on](/terraform/enterprise/saml/configuration). + +Passwords must be at least eight characters long, and contain at least three of the following: + +* Lowercase letters (a-z) +* Uppercase letters (A-Z) +* Numbers (0-9) +* Special characters (!@#$%^&*) + +Password management is not available if your Terraform Enterprise instance uses [SAML single sign on](/terraform/enterprise/saml/configuration). + ### Two-factor authentication