Forgot Password/Reset Password

We are hoping to change our forgot password setup to send the user a token instead of a password in the email. We are using SendCredentials to send the token to the user.  Once the token is sent, the user clicks on the link and is logged back in (using LoginEx2).

The challenge we are having is to allow the user to reset their password, the API (UpdateLogin) requires their current temporary password.  From what I can tell, there is no method to get the temp password from the token to send it back to the API.

I might be missing something, but I've been spinning wheels on this for a few days.

Is there a method to let the user reset the password without passing the temp one in? Or is there a different method we should be using? Any info on this would be appreciated.

Thanks,
Patrick

Parents Reply Children