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 …
how can possible thid side my account login.
i didn’t understand you
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