Re: j_security_check is there a way to force users to renew password

2006-04-26 Thread Frank W. Zammetti
Hi Ferindo, No, there is not. j_security_check implements simple container-managed authentication (sometimes called J2EE security), and that does not include password management of any sort. At work for instance, we have built a whole security framework on top of J2EE security to deal with

j_security_check is there a way to force users to renew password

2006-04-26 Thread Ferindo Middleton
Is there a way to force users to renew their password or enforce password rules using the native j_security_check authentication mechanisms of tomcat? Ferindo