mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-27 00:43:02 +08:00
Add todo
This commit is contained in:
parent
42c3e1dee0
commit
23a02c84d9
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class CronService {
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
}
|
}
|
||||||
//@TODO rename to a general name with sub tasks
|
//@TODO rename to a general name with sub tasks
|
||||||
|
//@TODO Add cron task which expires shared credentials
|
||||||
public function expireCredentials() {
|
public function expireCredentials() {
|
||||||
$this->logger->info('Passman cron test', array('app' => 'passman'));
|
$this->logger->info('Passman cron test', array('app' => 'passman'));
|
||||||
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());
|
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());
|
||||||
|
|
Loading…
Reference in a new issue