Forgot Links
The Newzware SSM offers a forgot user name and forgot password link on the landing/login page.
Forgot User
The forgot user page prompts for an account number. When validated, an email is sent to the email address on file containing the user name.
Forgot Password
The forgot password page prompts the user for their user name. When validated, an email is sent to the email address on file containing the password. Never is the user name and password sent in the same email.
Forgot Account
The forgot account page prompts the user for their user name. When validated, an email is sent to the email address on file containing the account number.
Developer Section
Forgot pages can be directly linked to a third party website using the URL:
https://<domain name>/ss70v2/<site name>/common/template.jsp?nwmodule=forgot&nwpage=forgotuser
https://<domain name>/ss70v2/<site name>/common/template.jsp?nwmodule=forgot&nwpage=forgotpassword
https://<domain name>/ss70v2/<site name>/common/template.jsp?nwmodule=forgot&nwpage=forgotaccount
Alternate parameters can also be sent to automatically send the user back to the originating website. The parameter: autoReturn, when sent in the URL query string, will create
a button that will take the user back to the value of that parameter upon confirmation. So for example:
https://<domain name>/ss70v2/<site name>/common/template.jsp?nwmodule=forgot&nwpage=forgotuser&autoReturn=http://www.icanon.com
would return the user back to http://www.icanon.com when they click the button on the confirmation page. Note: The protocol (http or https) is required.