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

fix: commit transaction if a user isnt found in forgotPassword operation #10055

Conversation

paulpopus
Copy link
Contributor

@paulpopus paulpopus commented Dec 18, 2024

The forgotPassword operation exits silently if no user is found, but because we don't throw an error the transaction never gets committed leading to a timeout.

@denolfe denolfe changed the title fix: not killing transactions if a user isnt found when triggering a forgotPassword operation fix: kill transaction if a user isnt found in forgotPassword operation Dec 18, 2024
@jmikrut
Copy link
Member

jmikrut commented Dec 18, 2024

should this be killTransaction (which implies an error) or commitTransaction? @DanRibbens do you have thoughts?

@paulpopus paulpopus changed the title fix: kill transaction if a user isnt found in forgotPassword operation fix: commit transaction if a user isnt found in forgotPassword operation Dec 18, 2024
@paulpopus paulpopus merged commit 439dd04 into main Dec 18, 2024
69 checks passed
@paulpopus paulpopus deleted the fix/not-killing-transaction-if-a-user-isnt-found-when-triggering-a-forgotPassword-operation branch December 18, 2024 21:53
Copy link
Contributor

🚀 This is included in version v3.10.0

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

Successfully merging this pull request may close these issues.

2 participants