0 Replies Latest reply on May 25, 2005 8:58 PM by julien1

    Password encryption in JBoss Portal

      I think you can turn it off by modifying the file jboss-portal.sar/conf/login-config.xml : remove the line

      <module-option name="hashAlgorithm">MD5</module-option>
      <module-option name="hashEncoding">HEX</module-option>
      


      otherwise to store passwords as MD5, the user module hash the passwords when you store them and the new setup module setup the default password in MD5 as well