-
Notifications
You must be signed in to change notification settings - Fork 555
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
"Forgot password" e-mail input gets wiped out when a connectionResolver is configured #2038
Comments
Thanks for reporting this @Luiz-Faleiro, let me look into it 👍🏻 |
@Luiz-Faleiro looking into this today. Do you have an example of how Having said that, I'm immediately running into issues just by having one configured. It's just taking some time to pick apart. |
This is the culprit:
Looking back at it, this was intentional; as the comment says, the rules around connection and validation could change by the time you hit the submit button if you're using a custom resolver, so we assume what you enter is a username. However, that doesn't work when you want to use the forgot password feature, which always requires an email address. I'll figure something out 👍🏻 |
@stevehobbsdev I just sent you a DM on the Auth0 community with the Universal Login page we are using on our project. Let me know if you need anything! |
Thanks @Luiz-Faleiro, I opened #2048 which should fix the issue 👍🏻 |
@stevehobbsdev thank you for your support! |
Describe the problem
The e-mail input on the "Forgot password" page is wiped out if a connectionResolver is configured.
What was the expected behavior?
Once the user enters the e-mail address on the "Login" page, this e-mail address should be copied to the e-mail input on the "Forgot password" page.
Reproduction
Without connectionResolver:

With connectionResolver:

P.S. "Esqueceu sua senha?" stands for "Did you forget your password?" in Portuguese, as shown in the gifs above.
Environment
The text was updated successfully, but these errors were encountered: