|
|
@@ -165,27 +165,10 @@ class Accounts extends DataTable implements ClientArea
|
|
|
$fields = array(
|
|
|
"id",
|
|
|
"loginName",
|
|
|
- "fullName",
|
|
|
- "description",
|
|
|
- "authType",
|
|
|
- "itemSource",
|
|
|
"isEnabled",
|
|
|
- "isPasswordReversible",
|
|
|
- "emailAddresses",
|
|
|
- "emailForwarding",
|
|
|
- "userGroups",
|
|
|
- "role",
|
|
|
- "itemLimit",
|
|
|
"diskSizeLimit",
|
|
|
- "consumedItems",
|
|
|
"consumedSize",
|
|
|
- "hasDomainRestriction",
|
|
|
- "outMessageLimit",
|
|
|
- "effectiveRole",
|
|
|
- "homeServer",
|
|
|
- "migration",
|
|
|
- "lastLoginInfo",
|
|
|
- "accessPolicy");
|
|
|
+ "lastLoginInfo");
|
|
|
// array('loginName','isEnabled','lastLoginInfo','diskSizeLimit');
|
|
|
$accounts = $api->getUsers($fields,$this->maildomainID);
|
|
|
|