Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To create an user in Joget Workflow user directory using form created in Form Builder, you can set Form Store Binder of a form to "Directory User Form Binder".

Image Modified

Design the form to capture user information as below:

 Your Your form must contain the field with the following field id:-1.

  1. username

...

  1. firstName

...

  1. lastname

...

  1. email 

...

  1. password (will encrypt by md5)

...

  1. active (either '0' or '1' value, '0' mean inactive and '1' mean active)

...

  1. timezone (In GMT format, '8' is the time zone for 'Kuala Lumpur' and '-6' is 'Mexico City'. This field is optional.) 

...

  1. userRoles (either 'ROLE_USER', 'ROLE_ADMIN', or 'ROLE_USER;ROLE_ADMIN')