forked from extern/egroupware
allow to change mail domain
This commit is contained in:
parent
697d8931eb
commit
c655ab1e7f
@ -179,11 +179,11 @@ class admin_passwordreset
|
|||||||
}
|
}
|
||||||
$emailadmin->saveUserData($account_id, $userData);
|
$emailadmin->saveUserData($account_id, $userData);
|
||||||
}
|
}
|
||||||
}
|
else
|
||||||
else
|
{
|
||||||
{
|
$msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n");
|
||||||
$msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n");
|
continue;
|
||||||
continue;
|
}
|
||||||
}
|
}
|
||||||
$changed[] = $account;
|
$changed[] = $account;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user