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

Reset Password Fails on Second Attempt #452

Closed
michaelquigley opened this issue Nov 14, 2023 · 1 comment
Closed

Reset Password Fails on Second Attempt #452

michaelquigley opened this issue Nov 14, 2023 · 1 comment
Assignees
Labels
defect Something isn't working
Milestone

Comments

@michaelquigley
Copy link
Collaborator

Second attempts at password resets update the previous deleted request record, instead of creating a new record.

Probably has been broken since the soft deletes schema change.

@michaelquigley michaelquigley added the defect Something isn't working label Nov 14, 2023
@michaelquigley michaelquigley added this to the v0.4 milestone Nov 14, 2023
@michaelquigley
Copy link
Collaborator Author

Looks like this should just be a matter of dropping the ON CONFLICT portion of the INSERT statement in controller/store/password_reset_request.go (CreatePasswordResetRequest).

michaelquigley added a commit that referenced this issue Feb 15, 2024
Fix for multiple password reset requests per account (#452)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
Development

No branches or pull requests

2 participants