Inactive User Cleanup
Maintained by
DualCube Team
The inactive user cleanup is a useful solution that deletes an inactive user's account automatically. Additionally, the solution sends users emails informing them before deleting their account. Thus, if a learner logs in before the account is deleted, he or she will not be removed from the system.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
Am currently running version 3.9.2 and 3.9.8 (2 platforms).
Thanks!
Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in /var/www/moodle35-cy-origin-qualif/admin/tool/inactive_user_cleanup/classes/task/tool_inactive_user_cleanup_task.php on line 28
concerns the task class, but also the default provider. namespace declaration should be sooner than the MOODLE_INTERNAL control.
cheers.
Can you please let me know the version of Moodle that you are using ?
Thank you.
It might be that both use a cron job to do the job. We will check the compatibility issue and fix it .
Thank you.
I am using Moodle 3.7 on PHP 7.3 everything is working fine but there is one problem that I am facing, when I installed the plugin schedule task were not showing.
i.e. schedule task were blank after plugin install. So, how can I schedule the time for this plugin and others too.
Have any idea why it is happening ??
Regards,
Amit
Users who just created an account but haven't logged in yet, will they also be seen as inactive users and get an notification mail? Because when I use a filter in "brows list of users" to select only the users whose last visit was 1 year ago, users who never logged in are also shown in this selection.
Kind regards,
Esther Peek
Please set up your SMTP properly from the outgoing mail configuration. Then test the outgoing mail configuration. After it is tested OK, please run the cron. It should solve the issue.
Thank you.
It crashes and it completely stops my Cron from working, at all. Once i uninstall it, the cron works properly again.
Then I will reinstall it, I've tried zip file, and I've tried instlaling through the browser, and it crashes within a few hours everytime.
the error it gives me is:
/home/llumenam/school.llumenamilenii.org/admin/tool/inactive_user_cleanup/classes/task/tool_inactive_user_cleanup_task.php on line 28
but line 28 is:
namespace tool_inactive_user_cleanup\task;
i don't understand what this means, it looks normal to me.
Thank you.
I'm using the latest moodle 3.7.2 together with this plugin. I setup 365 days of inactivity with 14 days before the deletion. The majority of users are using oauth2 for office365 and the other the standard login. Today all the users have been deleted even active ones. How is possible?
Thank you