Password
Node Card
Category: Input Nodes
Type:
passwordTypical position: Inside a Web Page node, alongside an Identity node for login or a Form node for registration.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Password Type | select | Login | Context in which the password field is used: Registration, Login, or Change Password. |
| Password | checkbox | true | Show the current or new password field. Applicable for Login and Registration contexts. |
| Old Password | checkbox | NA | Show the old password field. Applicable for Change Password context. |
| New Password | checkbox | NA | Show the new password field. Applicable for Change Password context. |
| Confirm Password | checkbox | NA | Show a confirm password field. Applicable for Registration and Change Password contexts. |
| Validate Password | checkbox | NA | When enabled, enforces password policy validation (minimum length, complexity rules, etc.) as configured in Admin Console. |
| Output / Code | Condition | Default message |
|---|---|---|
| NA | NA | Child nodes have no independent outputs: the parent Web Page node fires its output edge on form submission. |
Common Next Nodes
Web Page containing Password (output)→Authlogin: verify collected credentials
Web Page containing Password (output)→Create Userregistration: create account with collected password
Web Page containing Password (output)→Update Userchange password: update the user's password
Usage Notes
Select the Password Type that matches the context of the containing Web Page node. For Change Password flows, enable Old Password, New Password, and optionally Confirm Password. Always enable Validate Password in registration and change-password contexts to enforce your site's password policy.