We need to let the web user change his password. This is very similar to the User Registration setup.

The Change Password Page

This is so much like the User Registration form that we'll take a shortcut and use a duplicate of the Registration page. Open the Registration document for View (click on its name, or right click and choose View document). Click on the Duplicate button at the top of the frame.

duplicate document

Simply change the Title, Long title, alias and the Menu title. Make sure the Show in menu box is cleared.

change password document

As we did for the Registration link in the WebLoginTpl chunk, go to the line with the Logout and Change Password links, and edit the ID to match the ID of your new Change Password document.

change password link

The Snippet

In the Document content, change the snippet tags to the WebChangePwd snippet.

[[WebChangePwd]]

Save the new document.

And now your users can change their passwords.

change password form

WebChangePwd Options

  • &tpl - (Optional) Chunk name or document id to use as a template.

( back to top )