1 Reply Latest reply on Oct 25, 2005 6:39 PM by wiley173

    Pass another Variable besides j_username j_password

    wiley173

      Howdy,

      Is it possible to pass another variable from your login form besides j_username and password.

      So in the login-conf.xml I'd have

      <module-option name="otherVar">?</module-option>
      


      and in my extended custom login class I'd have in the initialize method ..
      newVar = (String)options.get("otherVar");
      


      Is this possible, if so could you point me in the right direction or give me a clue? If it's just a bad idea please let me know why...

      thank you