AWS singlesignon documentation change
Summary
Changed 'can't' to 'cannot' in username requirements and updated contraction usage
Security assessment
Clarification of existing username immutability policy without introducing new security information. The security implication (username permanence) was already documented.
Diff
diff --git a/singlesignon/latest/userguide/addusers.md b/singlesignon/latest/userguide/addusers.md index 905876d6c..c52afade8 100644 --- a//singlesignon/latest/userguide/addusers.md +++ b//singlesignon/latest/userguide/addusers.md @@ -20 +20 @@ Console - 1. **Username** – This user name is required to sign in to the AWS access portal and can't be changed later. It must be between 1 and 100 characters. + 1. **Username** – This user name is required to sign in to the AWS access portal and cannot be changed later. It must be between 1 and 100 characters. @@ -82 +82 @@ Output: -When you create users with the `create-user` CLI command or the [CreateUser](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html) API operation, 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 on so they can set up a password. If you don't enable this setting, you must generate a one-time password and share it with the user. For more information, see [Email one-time password to users created with API or CLI](./userswithoutpwd.html). +When you create users with the `create-user` CLI command or the [CreateUser](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html) API operation, 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 on so they can set up a password. If you do not enable this setting, you must generate a one-time password and share it with the user. For more information, see [Email one-time password to users created with API or CLI](./userswithoutpwd.html).