auth-controller
Check password reset token (checkResetToken)
Checks the password reset token and forwards user to 'Reset Password' page. If token is valid, returns '303 See Other' (redirect) response code with the correct address of 'Reset Password' page and same 'resetToken' specified in the URL parameters. If token is not valid, returns '409 Conflict'. If token is expired, redirects to error page.
get/api/noauth/resetPassword
Query parameters
resetTokenstring required
The reset token string.
Response
OK
object required