Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.83 KB

File metadata and controls

58 lines (45 loc) · 2.83 KB

CustomUserCronCheckAccounts

GitHub release (latest SemVer) GitHub closed issues GitHub issues GitHub closed pull requests GitHub pull requests GitHub forks GitHub stars GitHub license CustomUserCronCheckAccounts is a plugin for the ILIAS Learning Management System, which extends the default ILIAS "check user accounts" Cronjob, to allow you to customize the email/notification message sent to the user.

Version

v1.0.12

Screenshots

  • This is the default ILIAS Message Settings

  • This is the one generated from the plugin Settings Settings

Installation

In your {ILIAS Root} directory

mkdir -p Customizing/global/plugins/Services/Cron/CronHook
cd Customizing/global/plugins/Services/Cron/CronHook
git clone https://github.com/iFadi/CustomUserCronCheckAccounts.git

to list the plugin under "Administration" > "Plugins", you should run in your {ILIAS Root}:

composer du --no-dev

After activating the plugin, a new cronjob "Customizable - Check user accounts" should appear under "System Settings and Maintenance --> General Settings --> Cron Jobs" . You should also deactivate the default ILIAS "Check user accounts" Cronjob.

Parameters which can be used in the text subject/body

  • {USERNAME}
  • {EMAIL}
  • {FIRSTNAME}
  • {LASTNAME}
  • {EXPIRES}

Tested on the following ILIAS Versions:

  • v9.0
  • v9.99

PS: For older ILIAS versions, you can choose to use older tags/versions of the plugin.

Maintainer

ZQS/elsa - Leibniz Universität Hannover, elearning@uni-hannover.de