Forget password does not work
Hello Pega comunity, I am facing a problem on all envs: when an end user forgets his password, he click on a link to display a html screen to enter the OTP code verification recieved via email (well received), he enters the code then when click on the submit button it redirect him to the login page instead of the screen where he should enter and confirm a new password. No recent changes on the HTMLs (more than one year half). Any one could help please? Here is a section of code of the submit button after entering the verif code (from pyForgotPassword): <button id='btnSubmitSndOTP' class="loginButton" name="pyActivity=Code-Security.pzValidateOTP" type="submit" onClick="removeErrorMessage();" > <span class="loginButtonText" ><pega:lookup property="pxRequestor.pyButtonLabel" value="Submit" /></span> </button>