When you submit the form, the value is presented with debug_dump(), so strings are quoted and array values listed.
<?php $field = new form_field_password($form, 'Password'); $field->min_length_set('Your password is required.'); $field->max_length_set('Your password cannot be longer than XXX characters.', 200); ?>