Mobile forgot password
The mobile forgot password page enables registered customers to retrieve their
password by submitting their logon ID. A new password is created for the customer and
sent to their e-mail address provided during registration.
Elements of the forgot password page
JSP files
- PasswordResetForm.jsp represents the entire page.
- CachedHeaderDisplay.jsp displays the store's header.
- CachedFooterDisplay.jsp displays the store's footer.
Links and buttons
- When here is clicked to set up a new account, UserRegistrationAddForm is called.
- When Send me my password is clicked, PersonChangeServicePasswordReset is called.