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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-04 01:35:30 +0300
committerbrantje <brantje@gmail.com>2016-10-04 01:35:30 +0300
commit23a02c84d9c5f876689f1427728b3ed97f7027e9 (patch)
tree1af583bfc1d530db333f091b0aeea3f14a80a45f
parent42c3e1dee03ff0dc1e149ceb0a4239b97a9b7e04 (diff)
Add todo
-rw-r--r--lib/Service/CronService.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Service/CronService.php b/lib/Service/CronService.php
index 9703469b..435d6c68 100644
--- a/lib/Service/CronService.php
+++ b/lib/Service/CronService.php
@@ -34,6 +34,7 @@ class CronService {
$this->db = $db;
}
//@TODO rename to a general name with sub tasks
+ //@TODO Add cron task which expires shared credentials
public function expireCredentials() {
$this->logger->info('Passman cron test', array('app' => 'passman'));
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());