Skip to content

fix: Update user.updatedAt when password is reset

Hannes Heine requested to merge pr3197head into pr3197base

Created by: Tirokk

mattwr18 Authored by mattwr18 Merged


  • this is updating the user node, so it should update the updatedAt. we recently ran into an issue where we weren't sure if a user had successfully changed their password with the passwordReset, and needed to look into it further to see if the PasswordReset had been used or not to tell if it was successful.

Merge request reports