-
Notifications
You must be signed in to change notification settings - Fork 312
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
Showing Passoword in the place of Email #5363
Comments
@VivekS98 I wasn't able to reproduce this with |
@VivekS98 are you still experiencing this issue? |
@esauerbo yes. With the same configuration |
Can you provide the information from my earlier comment? We haven't been able to reproduce this. |
Can you please mention which configuration exactly you need? |
@VivekS98 whatever you're calling Amplify.configure with, which looks like |
Here is the aws-exports
package.json
|
Hi @VivekS98, are you still experiencing this issue? |
Yes |
What happened is this: |
@VivekS98 can you please respond to @thaddmt's comment? #5363 (comment) It would be helpful to know whether your password shows up in |
@VivekS98, wanted to follow up on this issue and see if you're still blocked. Let us know if you're still in need of assistance on this, and please review the comment above to address the question there! Thanks. |
Hey @cwomack. Thanks for your patience. We had undergone a thorough testing and found out that this was happening since we removed email from mandatry. Maybe this is a configuration issue from our end. I edited the email myself after we created a user management UI in our product. As the co-operation with required people isn't happening (I don't have access to Cognito yet), it's better to close this issue. Thanks. |
@VivekS98, glad to hear you're unblocked and appreciate the follow up response. We'll close out the issue then, thanks! |
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Authenticator
How is your app built?
NextJS
What browsers are you seeing the problem on?
Firefox
Which region are you seeing the problem in?
India (Banglore)
Please describe your bug.
After Signin, a verification step is shown, where instead of email or username it shows password which should never happen. If we are using username for Signup, then it should use another way to verify, but not show the passoword directly.
What's the expected behaviour?
If the Auth happens via username, then in the verification step, it must ask for email or phone number for verification. Or there must be a way to disable the verification step.
Help us reproduce the bug!
Try signing up and signing in through the Amplify UI. After a successful singnin, it shows a verification step where it shows password instead of the email.
Code Snippet
Console log output
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: