You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
When the Auth library parses the Gen1 configuration file it looks for the password settings REQUIRES_UPPER and REQUIRES_LOWER. The correct values are REQUIRES_UPPERCASE and REQUIRES_LOWERCASE.
Auth itself does not use these configuration settings, but the Authenticator UI component does use them to perform its client-side validation (see aws-amplify/amplify-ui-android#154).
Gen2 configuration is not affected.
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
// Put your logs below this line
amplifyconfiguration.json
No response
GraphQL Schema
// Putyourschema below this line
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Before opening, please confirm:
Language and Async Model
Not applicable
Amplify Categories
Authentication
Gradle script dependencies
// Put output below this line
Environment information
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
When the Auth library parses the Gen1 configuration file it looks for the password settings
REQUIRES_UPPER
andREQUIRES_LOWER
. The correct values areREQUIRES_UPPERCASE
andREQUIRES_LOWERCASE
.Auth itself does not use these configuration settings, but the Authenticator UI component does use them to perform its client-side validation (see aws-amplify/amplify-ui-android#154).
Gen2 configuration is not affected.
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: