After a user resets their password using the link, can you log them in?

I have the password reset email getting generated and working. However, I am not sure what to call after the reset password workflow that would log the user in.

Is there a way to auto-login the user after this process completes?

I wouldn’t do that. For security reasons… If you could reset your password, and be automatically logged in, it would be easier to hack you, we just want to make sure you are not a bot. There is a reason why most services usually sign out the account from all devices when reseting.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.