A possible solution: - Your custom realm sets a session attribute to indicate that the password must be changed. - You create a filter that checks this attribute and redirect the use to the password change page if needed.
-Vincent. > Goal: Using forms based authentication, a user logs into a site with a valid > user ID/password, and is redirected to a page explaining that the password > has expired and user must change their password. > > What's a good way to reach this goal? I've been working with a custom realm > module, so I know when the password needs to be changed, I just can't figure > out how to redirect the user to the password change page. > > Thanks for any help, > Jim Shain > Sr. Architect > Fidelity Information Services > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
