automatically log in user after password reset

I'm using everyauth password authentication for registration and login in my node.js application. Right now, when a user resets their password, they have to login once the password is saved. I want everyauth to automatically login the user once they set their password. Is this possible? How can it be done?