This content has been marked as final.
Show 1 reply
-
1. Re: Create User in JBPM 6.1
ahmedza Apr 2, 2015 1:43 AM (in response to biswajit.sarkar)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.