MT#21683 no password length expose in the hidden form

Change-Id: Ife59ff36d56c77db414cc7b0af7bdd8c1a31d493
changes/52/7452/1
Kirill Solomko 9 years ago
parent 4bc81ed151
commit e0656339a0

@ -68,7 +68,7 @@ sub get_log_params {
? '*too big*'
: (!$log_passwords && $_ =~ /password/i
&& $data_ref->{$_})
? '*' x length($data_ref->{$_})
? '*' x 5)
: $data_ref->{$_}
: 'undef'
} keys %$data_ref;

Loading…
Cancel
Save