AWS cognito documentation change
Summary
Fixed typo in documentation: changed 'are note case-sensitive' to 'are not case-sensitive'
Security assessment
This change only corrects a grammatical error without altering any security-related content. Case sensitivity settings affect username normalization but don't directly address vulnerabilities or security features.
Diff
diff --git a/cognito/latest/developerguide/user-pool-case-sensitivity.md b/cognito/latest/developerguide/user-pool-case-sensitivity.md index 301bf4c42..acc66ad59 100644 --- a//cognito/latest/developerguide/user-pool-case-sensitivity.md +++ b//cognito/latest/developerguide/user-pool-case-sensitivity.md @@ -20 +20 @@ Creating a case-sensitive user pool -If you create resources with the AWS Command Line Interface (AWS CLI) and API operations such as [CreateUserPool](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPool.html), you must set the Boolean `CaseSensitive` parameter to `false`. This setting creates a case-insensitive user pool. If you do not specify a value, `CaseSensitive` defaults to `true`. User pools that you create in the Amazon Cognito console are note case-sensitive. To produce a case-sensitive user pool, you must use the `CreateUserPool` operation. Before February 12, 2020, user pools defaulted to case sensitive regardless of platform. +If you create resources with the AWS Command Line Interface (AWS CLI) and API operations such as [CreateUserPool](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPool.html), you must set the Boolean `CaseSensitive` parameter to `false`. This setting creates a case-insensitive user pool. If you do not specify a value, `CaseSensitive` defaults to `true`. User pools that you create in the Amazon Cognito console are not case-sensitive. To produce a case-sensitive user pool, you must use the `CreateUserPool` operation. Before February 12, 2020, user pools defaulted to case sensitive regardless of platform.