0 Replies Latest reply on Dec 5, 2002 2:47 PM by dmaclaren

    Need to force auth when user registers

    dmaclaren

      Hi,
      I have the Authentation working through the DatabaseServerLoginModule in Jboss 3.0. THe problem I face is how to force the Auth when a user registers.

      I currently in code create the user in the database with the data that was entered from the screen. I now need to pass this information into Jboss so the user is not prompted for Login when they enter the procted area.

      How do I do this forced auth into JBOSS