Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auth] Auth configuration password settings are incorrectly parsed #2835

Closed
1 task done
mattcreaser opened this issue Jun 3, 2024 · 2 comments
Closed
1 task done
Assignees
Labels
auth Related to the Auth category/plugins bug Something isn't working

Comments

@mattcreaser
Copy link
Member

Before opening, please confirm:

Language and Async Model

Not applicable

Amplify Categories

Authentication

Gradle script dependencies

// Put output below this line

Environment information

# Put output below this line


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

// Put your schema below this line

Additional information and screenshots

No response

@mattcreaser mattcreaser added bug Something isn't working auth Related to the Auth category/plugins labels Jun 3, 2024
@mattcreaser mattcreaser self-assigned this Jun 3, 2024
@github-actions github-actions bot added the pending-triage Issue is pending triage label Jun 3, 2024
@mattcreaser mattcreaser removed the pending-triage Issue is pending triage label Jun 3, 2024
@mattcreaser
Copy link
Member Author

This was resolved in Amplify 2.18.0

Copy link
Contributor

github-actions bot commented Jun 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Related to the Auth category/plugins bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant