From da06bafcdf92ff122bde045089bcaa3c6240f1d7 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 16 Nov 2015 19:54:36 +0000 Subject: [PATCH] generic password notification job --- lam/lib/modules/shadowAccount.inc | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lam/lib/modules/shadowAccount.inc b/lam/lib/modules/shadowAccount.inc index 73802a8e..3ca783b9 100644 --- a/lam/lib/modules/shadowAccount.inc +++ b/lam/lib/modules/shadowAccount.inc @@ -789,24 +789,6 @@ if (interface_exists('\LAM\JOB\Job')) { */ class ShadowAccountPasswordNotifyJob extends \LAM\JOB\PasswordExpirationJob { - /** - * Returns the technical name of the job. - * - * @return String name - */ - public function getName() { - return 'ShadowAccountPasswordNotifyJob'; - } - - /** - * Returns the icon name of the job (relative to graphics folder). - * - * @return String icon - */ - public function getIcon() { - return 'mailBig.png'; - } - /** * Returns the alias name of the job. *