how to create a new user account by inserting the login and password in the first form then logging with this new informations

1
0
-1

hello, I'm a beginner in bonitasoft and i'm looking for the solution to create an account of a user by his login and password and after that he can authenticate with it the field of the username and password will be stocked in the database . my form will be a welcome page which is composed from login and password and create account . thanks a lot ..

Comments

Submitted by yannick.lombardi on Mon, 04/13/2015 - 09:58

Hi, You need to create the user account by using the IdentityAPI :

apiAccessor.getIdentityApi().createUser(login,password);

After that, you need to add a profil to this user.

I suggest you to read the documentation : http://documentation.bonitasoft.com/create-new-user

2 answers

1
0
-1

how can possible thid side my account login.

1
-1
-1

i didn't understand you

Notifications