You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: