Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
To create a user in the Joget Workflow user directory using a form created in Form Builder, set the Form Store Binder of a form to "Directory User Form Binder".
Design the form to capture user information as shown below:
Your form must contain the fields with the following field IDs:
No |
Field ID |
Note |
---|---|---|
1 |
id OR username |
|
2 |
firstName |
|
3 |
lastName |
|
4 |
|
|
5 |
password |
will be encrypted using MD5 |
6 |
active |
Either '0' or '1' value, where '0' means inactive and '1' means active |
7 |
timezone |
In GMT format, e.g., '8' is the time zone for 'Kuala Lumpur' and '-6' for 'Mexico City'. |
8 |
locale |
User's preferred locale (e.g zh_CN) |
9 |
userRoles |
either 'ROLE_USER', 'ROLE_ADMIN', or 'ROLE_USER;ROLE_ADMIN' |
10 |
groups |
User's group IDs (e.g. manager;admin) |
11 |
employeeCode |
This field is optional. |
12 |
jobTitle |
This field is optional. |
13 |
organization |
User's organization ID. |
14 |
department |
User's department ID. |
15 |
isHod |
Either '0' or '1' value, where '0' means inactive and '1' means active |
16 |
grade |
This field is optional. |
17 |
startDate |
This field is optional. |
18 |
endDate |
This field is optional. |
19 |
reportTo |
User's report to user ID. |