generic password notification job

This commit is contained in:
Roland Gruber 2015-11-16 19:54:36 +00:00
parent 834d36cc2f
commit da06bafcdf
1 changed files with 0 additions and 18 deletions

View File

@ -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.
*