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.
v2.0.0
In your {ILIAS Root} directory (in ILIAS 10 Customizing/ lives under public/)
mkdir -p public/Customizing/global/plugins/Services/Cron/CronHook
cd public/Customizing/global/plugins/Services/Cron/CronHook
git clone https://github.com/iFadi/CustomUserCronCheckAccounts.gitto list the plugin under "Administration" > "Plugins", you should run in your {ILIAS Root}:
composer du --no-devAfter 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.
- {USERNAME}
- {EMAIL}
- {FIRSTNAME}
- {LASTNAME}
- {EXPIRES}
- v10.0
- v10.999
PS: For ILIAS 9 use the v1.x tags/releases of the plugin. In ILIAS 10 the plugin lives under public/Customizing/global/plugins/... and is registered via php cli/setup.php build + php cli/setup.php update.
ZQS/elsa - Leibniz Universität Hannover, elearning@uni-hannover.de


