Skip to content

Commit ae86c05

Browse files
authored
Update password requirements for HCP Terraform (#894)
1 parent c9c0ae1 commit ae86c05

File tree

1 file changed

+10
-2
lines changed
  • content/terraform-docs-common/docs/cloud-docs/users-teams-organizations

1 file changed

+10
-2
lines changed

content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/users.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,16 @@ To leave an organization, click the ellipses (**...**) next to the organization
127127

128128
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.
129129

130-
-> **Note:** Password management is not available if your Terraform Enterprise instance uses [SAML single sign on](/terraform/enterprise/saml/configuration).
131-
-> **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).
130+
<Note>
131+
Passwords must be at least eight characters long, and contain at least three of the following:
132+
133+
* Lowercase letters (a-z)
134+
* Uppercase letters (A-Z)
135+
* Numbers (0-9)
136+
* Special characters (!@#$%^&*)
137+
138+
Password management is not available if your Terraform Enterprise instance uses [SAML single sign on](/terraform/enterprise/saml/configuration).
139+
</Note>
132140

133141
### Two-factor authentication
134142

0 commit comments

Comments
 (0)