1 Reply Latest reply on Sep 20, 2007 4:25 AM by den74

    force validatePassword

    den74

      hi all,

      jboss portal 2.4.1 bundle with AS 4.05

      I needed my own user validation so i implemented my own UsersRolesLoginModule extention with the passwordValidate method and all works perfectly but now i saw that if session expire itself because of timeout or user close browser without logout and re-enter the portal, the login process doesn't call anymore my private validatePassword method.

      How can i force the validatePassword call everytime?
      Thanks in advance