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

Add redirect after password reset #163

Open
lukavdplas opened this issue Jan 29, 2025 · 0 comments · May be fixed by #166
Open

Add redirect after password reset #163

lukavdplas opened this issue Jan 29, 2025 · 0 comments · May be fixed by #166
Assignees

Comments

@lukavdplas
Copy link
Contributor

When a user uses the "forgot password" option to reset their password, they end up on the password reset form (PasswordResetComponent). After successfully submitting a new password, the user receives a notification but isn't redirected, so it can look like nothing happened. The form will become invalid at this point, so if the user tries to hit "submit" again they get an error that the URL is invalid, which is confusing.

Solution: add a redirect to the home page after the password is set.

@lukavdplas lukavdplas linked a pull request Feb 19, 2025 that will close this issue
@lukavdplas lukavdplas self-assigned this Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant