Index: branches/5.2.x/core/kernel/utility/formatters/password_formatter.php =================================================================== diff -u -N -r14748 -r14758 --- branches/5.2.x/core/kernel/utility/formatters/password_formatter.php (.../password_formatter.php) (revision 14748) +++ branches/5.2.x/core/kernel/utility/formatters/password_formatter.php (.../password_formatter.php) (revision 14758) @@ -1,6 +1,6 @@ $field_name, 'formatter' => 'kPasswordFormatter'); + $options = Array ('master_field' => $field_name, /*'error_field' => $field_name,*/ 'formatter' => 'kPasswordFormatter'); $copy_options = Array ('encryption_method', 'salt', 'required', 'skip_empty'); foreach ($copy_options as $copy_option) { @@ -80,7 +80,7 @@ $fields_set = true; $password_field = $verify_field = ''; $fields = Array ('master_field', 'verify_field'); - + // 1. collect values from both Password and VerifyPassword fields while ($flip_count < 2) { if ( getArrayValue($options, $fields[0]) ) {