Remove deprecated userProfile code from userImport.
This commit is contained in:
parent
ba345e221b
commit
a20dd83ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ while(my $line = <FILE>) {
|
|||
$auth->saveParams($u->userId,"WebGUI",{changePassword=>$user{changePassword}});
|
||||
foreach my $field (keys %user) {
|
||||
if ($field ~~ @profileFields) {
|
||||
$u->profileField($field,$user{$field});
|
||||
$u->update({$field => $user{$field}});
|
||||
}
|
||||
}
|
||||
if ($user{groups}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue