Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-02-18 21:37:10 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 14:53:51 +0400
commit57ffaddf26b47a381c6b920608900dd710178323 (patch)
tree1b55d40fd1cd5ef9e939f674ab41968afbccab53 /settings/users.php
parent970f8997260606d805880192dbb389e8b196371a (diff)
add Last Login column
Diffstat (limited to 'settings/users.php')
-rw-r--r--settings/users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/users.php b/settings/users.php
index e1b3083ed3e..dd0fdd80eb4 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -76,6 +76,7 @@ foreach($accessibleusers as $uid => $displayName) {
'isQuotaUserDefined' => $isQuotaUserDefined,
'subadmin' => OC_SubAdmin::getSubAdminsGroups($uid),
'storageLocation' => $user->getHome(),
+ 'lastLogin' => $user->getLastLogin(),
);
}