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
I think it could be my configuration of user pool? or the way I signed up a user using Auth is not correct?
What is the current behavior?
I got this error when I try to reset password for a registered and confirmed user (because I could authenticate and sign in with that email). Cannot reset password for the user as there is no registered/verified email or phone_number
My user pool configured to use email addr as username:
Email address or phone number - Users can use an email address or phone number as their "username" to sign up and sign in.
Allow email addresses
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than AWS Amplify.
I had this to signUp and forgotPassword to reset password. I noticed my username appears as hash on cognito. So, that could be the problem that it couldn't find my email. However, it doesn't allow me to sign up using the same email though.
Do you want to request a feature or report a bug?
I think it could be my configuration of user pool? or the way I signed up a user using Auth is not correct?
What is the current behavior?
I got this error when I try to reset password for a registered and confirmed user (because I could authenticate and sign in with that email).
Cannot reset password for the user as there is no registered/verified email or phone_number
My user pool configured to use email addr as username:
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than AWS Amplify.
I had this to signUp and forgotPassword to reset password. I noticed my username appears as hash on cognito. So, that could be the problem that it couldn't find my email. However, it doesn't allow me to sign up using the same email though.
What is the expected behavior?
expect cognito to be able to recognize my email address.
Which versions of Amplify, and which browser / OS are affected by this issue? Did this work in previous versions?
0.2.14
You can turn on the debug mode to provide more info for us by setting
window.LOG_LEVEL = 'DEBUG';
in your app.pack
The text was updated successfully, but these errors were encountered: