Password Edit Widget
Definition
The Password Edit Widget allows the user to update his/her password from the user portal.

The widget can also be used for password initialization (in which case the old password is not required).
This Widget displays a set of form entries used for completion:
the old password (optional)
the new password
a confirmation of the new password (optional)
Tips
To access the Password Edit Widget, you must configure the Widget on a feature with an object kind set to IDENTITY
and the operation needs the type set to CHANGE_PASSWORD
.
For an optimal use of this Widget, prefer to configure it in a dedicated feature (of type UI_FOR_OBJECT or UPDATE) or in a Widget To Open (avoid search Feature).
The following configuration can be added in a Text Input Edit Widget to return the same display.
Configuration
Properties
Property name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
displayClearTextBox |
| NO | Used to define to display or not the password in visible text. | true, false |
displayStrengthIndicator |
| NO | Used to define to display or not the strength indicator below the password field. | true, false |
requiresConfirmationPassword |
| NO | Used to define if the confirmation of the new password is required or not. | true, false |
requiresOldPassword |
| NO | Used to define if the old password is required or not. | true, false |
style |
| NO | Used to define the style of the widget. | MODAL, INLINE |
Example
Code Password Edit | Code Text Input Edit Widget |
---|---|
CODE
|
CODE
|