andre 2 éve
szülő
commit
0e74eab32c
1 módosított fájl, 25 hozzáadás és 1 törlés
  1. 25 1
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 25 - 1
app/UI/Client/EmailAccount/Pages/Accounts.php

@@ -162,7 +162,31 @@ class Accounts extends DataTable implements ClientArea
         }
         $productManager = new ProductManager();
         $productManager->loadByHostingId($hosting->id);
-        $fields = array('loginName','isEnabled','lastLoginInfo','diskSizeLimit');
+        $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");
+//            array('loginName','isEnabled','lastLoginInfo','diskSizeLimit');
         $accounts = $api->getUsers($fields,$this->maildomainID);