1 Reply Latest reply on Apr 2, 2015 1:43 AM by ahmedza

    Create User in JBPM 6.1

    biswajit.sarkar

      Hi,

       

      I am using JBPM 6.1.

      To login to jbpm-console I'm using user "krisv", "admin".

       

      I am try to create a new "User" in JBPM. But I don't find any solution.

      Anyone please tell me how can create a new user in "JBPM 6.1"

        • 1. Re: Create User in JBPM 6.1
          ahmedza

          Which server are you deploying it to. If you are deploying to Jboss Wildfly server, then you can create the user by running the following bat file.

           

              Jboss-Wildfly-home-Directory/bin/add-user.sh



          This utility will ask for user name and password you want to create, And will generate the user. Use that user password to login.

           

          JBPM-CONSOLE is configured to add users this way. JBPM-Console is depending on JAAS authentication, that means you can configure username and [passwords in a database also. Refer to Jboss JAAS documentation to configure a DB or LDAP for authenticaiton.