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 issues on reset password page just send the user home or to login without any message about an error #465

Closed
hahn-kev opened this issue Dec 6, 2023 · 0 comments · Fixed by #505
Assignees
Labels
bug Something isn't working
Milestone

Comments

@hahn-kev
Copy link
Collaborator

hahn-kev commented Dec 6, 2023

If there's an auth issue when a user tries to reset their password, the response will get caught in the client hooks and the user will be sent home (or to login depending on some variables), however the user will not be told that the reset failed, which you might guess if you end up at the login page, but if you are sent home you will just assume it succeed. The user should know that the reset failed.

I found this due to an auth bug, but we should improve the frontend experience as there's multiple reasons they would get an auth error on the reset password page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants