1 Reply Latest reply on Jun 27, 2007 6:05 AM by kukeltje

    Adding registration functionality to jbpm system

    naseem.k

      Hi,

      I am using JBoss jBPM 3.2.GA where I have to add registration functionality, so that user can register to my jBPM system.

      For authentication, its using jboss security LoginDatabaseModule where it authenticates user by j_security_check. Now I want to bypass the login screen for register.jsf page.

      Can I bypass the login page for user registration so that user can directly see the register page and register to jBPM? Currently what?s happening is when I access the register.jsf page, it prompts for login.

      Rgds,