Login Forms
Secure password entry for user authentication.
Registration
Create new passwords with confirmation fields.
Password Reset
Enter new passwords when updating credentials.
When not to use
- For non-sensitive text input—use regular input-text
- For password confirmation that should match—use two separate password inputs with validation
- In contexts where password visibility toggle isn't appropriate for security reasons
- For one-time codes or PINs—use input-verification component