AWS singlesignon documentation change
Summary
Updated grammatical contraction from 'don't' to 'do not'
Security assessment
The change is grammatical and does not alter security implications of passwordless user creation workflows.
Diff
diff --git a/singlesignon/latest/userguide/userswithoutpwd.md b/singlesignon/latest/userguide/userswithoutpwd.md index a32e92339..a87a62c5f 100644 --- a//singlesignon/latest/userguide/userswithoutpwd.md +++ b//singlesignon/latest/userguide/userswithoutpwd.md @@ -7 +7 @@ -When you create users with the [CreateUser](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html) API operation or the `create-user` CLI command, the users don't have passwords. You can update the settings in IAM Identity Center to send these users a verification email after their first attempt to sign in, if you’ve specified an email for the user when they were created. After receiving the verification email, the user must set a password to sign in. +When you create users with the [CreateUser](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html) API operation or the `create-user` CLI command, the users do not have passwords. You can update the settings in IAM Identity Center to send these users a verification email after their first attempt to sign in, if you’ve specified an email for the user when they were created. After receiving the verification email, the user must set a password to sign in.