Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| Password
| |||||||||||
This feature was enhanced in Joget Workflow v6 where the "Value" field is masked to protect the default password value. |
Table of Contents
The Password Field is standard HTML Input to capture user input, but disguise each character with an asterisk (*) instead of displaying the entered digits. They offer a user on-screen privacy while he or she is entering a password.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This feature was enhanced in Joget Workflow v6 where the "Value" field is masked to protect the default password value. |
...
The easiest way to see how the Password Field works is to create a new app. Here are the steps:
Steps | Screens (Click to view) |
---|---|
| Figure 1 Figure 2 Figure 3 Figure 4 |
Name | Description | Screen (Click to view) |
Figure 1: Sample Password field
Figure 2: Password Field Properties
ID | Element ID (By declaring as "password", a corresponding database table column "c_password" will be created) | |
Label | Element Label to be displayed to the end-user. |
...
Name | Description | Screen (Click to view) |
---|---|---|
Value | Default Value when there's no existing value found. |
A hash variable is accepted here. For example, you may key the following
to pre-populate the field with |
currently logged in user's name. |
| ||||||
Max Length | Maximum character length allowed. | |||||
Validator | Attach a Validator plugin to validate the input value.
|
|
Name | Description | Screen (Click to view) |
---|---|---|
Size | Width of the element. | |
Readonly | Determines if the element is editable. | |
Display field as Label when readonly? | Displays the value of the element as plain text when an element is set to "Readonly". |
...