1
0
Fork 0

generic password notification job

Dieser Commit ist enthalten in:
Roland Gruber 2015-11-16 19:54:36 +00:00
Ursprung 834d36cc2f
Commit da06bafcdf
1 geänderte Dateien mit 0 neuen und 18 gelöschten Zeilen

Datei anzeigen

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