loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Password

Prompts the user to enter their password. Supports Login, Registration, and Change Password contexts. Always used inside a Web Page node.
Input Node

Node Card

Password
true
false
Category: Input Nodes
Type: password
Typical position: Inside a Web Page node, alongside an Identity node for login or a Form node for registration.

PropertyTypeDefaultDescription
Password TypeselectLoginContext in which the password field is used: Registration, Login, or Change Password.
PasswordcheckboxtrueShow the current or new password field. Applicable for Login and Registration contexts.
Old PasswordcheckboxNAShow the old password field. Applicable for Change Password context.
New PasswordcheckboxNAShow the new password field. Applicable for Change Password context.
Confirm PasswordcheckboxNAShow a confirm password field. Applicable for Registration and Change Password contexts.
Validate PasswordcheckboxNAWhen enabled, enforces password policy validation (minimum length, complexity rules, etc.) as configured in Admin Console.

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.