Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Your form must contain the fields with the following field IDs:
No | Field ID | Description |
---|---|---|
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'. This field is optional. |
...
8 | userRoles |
...
either 'ROLE_USER', 'ROLE_ADMIN', or 'ROLE_USER;ROLE_ADMIN' |
...