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

Password reset screen asks for phone number in form that actually expects the username #134

Open
Rovack opened this issue Jan 14, 2019 · 0 comments

Comments

@Rovack
Copy link
Member

Rovack commented Jan 14, 2019

When a user forgets their password (or an admin resets it for them in Cognito), they get to a screen asking them to enter their phone number, so a reactivation code can be sent to it.
If they enter the phone number, however, they just get an error stating "Username/client id combination not found."

forgot password problem

Apparently, this is due to a regression introduced in 70104f1.
Previously, the form really was expecting a phone number, but now it's expecting a username, yet the copy hasn't been updated.

So, we just need to update the label, placeholder, and paragraph at the top to let the user know they need to enter their username, not their phone number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant