Currently all password entry forms use two Field type="password" inputs - the password itself plus a confirmation field - to guard against typos. The confirmation field exists purely because users can't see what they're typing. Replacing it with a show/hide toggle achieves the same goal with better UX and fewer fields.


Currently all password entry forms use two Field type="password" inputs - the password itself plus a confirmation field - to guard against typos. The confirmation field exists purely because users can't see what they're typing. Replacing it with a show/hide toggle achieves the same goal with better UX and fewer fields.