4 Replies Latest reply on Oct 16, 2012 4:24 AM by l.fugaro

    JBossSX - JAAS - How to force change psw

    rmazzola

      Hi

       

      I have an application using j2ee security (at web container using form authentication).

       

      All works fine and I'm able also to write my own login module according to the Custom Login Module example.

       

      I want force user to change own psw every 30 days..

      I can check in the custom login when the user change own psw last time (because I can store it on db or ldap)... but..

      I don't know how redirect the j_security_check to my change psw process instead of the original request...

       

      Can someone help me ?

       

      thanks

      Roberto