Skip to content

Commit e259e67

Browse files
committed
allow new users to change their pw
1 parent 057b274 commit e259e67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/aws-custom-policies/enforce-mfa-for-users-policy.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"iam:ListMFADevices",
1313
"iam:ListVirtualMFADevices",
1414
"iam:ResyncMFADevice",
15+
"iam:ChangePassword",
16+
"iam:GetAccountPasswordPolicy",
1517
"sts:GetSessionToken"
1618
],
1719
"Resource": "*",

0 commit comments

Comments
 (0)