Previous Topic: Allow Specific Users to Change Their Passwords in CGINext Topic: Allow Specific Users to Change Their Passwords in Servlet


Add a Change Password Link to the Password Services Servlet

The link to the Password Change Request form is:

<a href="/siteminderagent/pwservlet/PSWDChangeServlet?
SMAUTHREASON= 34&TARGET=<URL_of_Web_Page_After_Password_Change>">
Change Password</font></a>

where URL_of_Web_Page_After_Password_Change is the URL of the Web page where users are directed after they change their password. For example, http://server.myorg.org/AfterPasswordChange.html.

Adding this link to an unprotected page will allow all users to change their own passwords.