This commit is contained in:
Jamie Cameron
2016-05-21 01:10:44 -07:00
parent c1e3f77c09
commit c0292a4df8

View File

@@ -18,6 +18,7 @@ print &ui_table_start($text{'passwd_header'}, undef, 2);
# Login and real name
%uconfig = &foreign_config("useradmin");
$user[6] =~ s/,.*$// if ($uconfig{'extra_real'});
$user[6] =~ s/,+$//;
print &ui_table_row($text{'passwd_for'},
&html_escape($user[0].( $user[6] ? " ($user[6])" : "" )));