Skip to content

Conversation

@sharkooon
Copy link
Contributor

Fix password reset flow: redirect to login action if no user is found.

An issue in the password reset flow where the application would not properly handle cases when no user is found.

By redirecting to the login screen when no user is found, we enhance security and user experience. Previously, the application would remain on the reset password form, which could inadvertently reveal whether a user exists or not based on the action taken.

Fix password reset flow: redirect to login action if no user is found.
@ajibarra
Copy link
Member

ajibarra commented Apr 2, 2025

Hi @sharkooon, thanks for your contribution. Could you please take a look to the checks failing? Basically a missing line before return statement and also some tests failing because the response code (302 - redirect) does not match the previous one (200)

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

Successfully merging this pull request may close these issues.

2 participants