Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
Hi,
I have a remember me function in my security question page.
<div class="hrb-remember-me-section">
<input class="hrb-custom-checkbox"
type="checkbox"
name="rememberMe"
id="rememberMe"
value="true"
tabindex="5"/>
<label class="hrb-custom-checkbox-label"
for="rememberMe"
th:text="#{hrb.securityquestion.rememberme}">Remember answer</label>
</div>
if remember me is clicked and if i change my security question/answer, this screen is not displaying.
i need to display this screen if security question/answer is changed.
thanks in advance,
Tibin