change_pass
A page which allows Users to change their password
Last updated
A page which allows Users to change their password
Last updated
Editor
Desktop
Preview
The change_pass page allows Users to change their passwords. This page is not really needed in the template, but it could be useful if you allow Users to create accounts for others, and assign temporary passwords to those new Users. If that occurs, Users will be navigated to this page automatically after they log in with their temporary password, in order to create a new password.
This page's link is not within any of the template's navigation elements. Since the template doesn't give Users a temporary password for any reason, Users won't be taken to this page. If the Current User wants to change their password, they can do so on the account page.
Currently, any logged-in User can access this page.
This page allows Users to change their password.
This page is not linked anywhere in the application, and can be deleted if you don't need it. However, it may be helpful to keep just incase you decide to add functionality that requires assigning Users temporary passwords in the future.
Currently, Users are never taken to this page.
There are only four workflows on this page. The first workflow checks if the Current User isn't logged in, and if so, redirects them to the homepage. The other workflows pertain to saving the Current User's new password. For more information on how this is accomplished, please refer to the B. Save New Password workflow folder.
The page uses the header_no_logo
reusable element to prevent the Current User from changing pages when they are on this page.