Reset Password Form - Remove Email Field

When resetting password user gets an email with a link to a form to fill new password in. That form contains a field requiring entering the email address.

The email field should be removed and reset password process should work without it.

The user email has to be included in the link to the reset password page:

link: <%PortalBaseUrl%>/Account/ResetPassword?code=<%Token%>&mail=<%EscapedUserEmail%>

see the updated teplate file: testResetPwFile.txt

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.