Dan,

Your container gets the information from somewhere (DB, LDAP, etc.), and
that somewhere should be just as available to your app. Often it is a
database specifically for your app. In most cases you can make the changes
directly. Write a ChangePasswordAction that presents a form and then submits
to an action that will make the corresponding changes in the DB/LDAP, etc.
Be sure to make the user enter their current password and check it to keep
things safe.

CMS does not provide any facilities along these lines.

-Max

----- Original Message -----
From: "Dan Tran" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 10:58 PM
Subject: [OT] Change Container Managed Security user password


I am using CMS to manage my login process, however I would like to allow my
user change his her password.

Is there a way to talk to the container in a generic way to perform this
task?

Advice is greatly appreciated.

-Dan



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to