Introduction
The password element renders a password input (where characters are replaced by *) and a confirmation box to ensure that the two fields match.
Options
- Field length - the size of the password and password confirmation fields.
Note that the password element automatically performs 2 validations:
- Password field is not empty
- Password field matches the confirm password field