fix: Update user.updatedAt when password is reset
Created by: Tirokk
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.