Set fwd email and fix Dept vs Company

GLPI #50900
master
Daniel Berteaud 3 years ago
parent e953d46fd0
commit 22979455d7
  1. 6
      limesurvey-sme-accounts.pl

@ -166,10 +166,12 @@ while (my $ref = $sth->fetchrow_hashref) {
FirstName => $info->{first_name},
LastName => $info->{last_name},
Phone => $info->{phone},
Dept => $info->{supervisor_name},
Dept => $info->{unit},
Company => 'Univ de Bordeaux',
PasswordSet => 'no',
Company => $info->{unit},
ForwardAddress => $info->{email},
PreferredMail => $info->{email},
EmailForward => 'forward',
ExpireLockOn => $info->{end_contract},
ExpireAutoReply => 'enabled',
ExpireWarnUser => 'enabled',

Loading…
Cancel
Save