How to generate a list of users who are inactive more than two years in the Moodle system?
How to generate a list of users who are inactive more than two years
由Doulos Xavier發表於
Number of replies: 4
In reply to Doulos Xavier
Re: How to generate a list of users who are inactive more than two years
由Howard Miller發表於
The filters for Bulk_user_actions should be able to tell you that (and do something with them, if you like).
In reply to Doulos Xavier
Re: How to generate a list of users who are inactive more than two years
由Rick Jerz發表於
Explore List of SQL Contributed reports.
In reply to Doulos Xavier
Re: How to generate a list of users who are inactive more than two years
On the Browse list of users page there is a Last access filter. Select that and then specify a date of two years back in the is before field.
The Browse list of users page will then just show the people who last accessed your Moodle site on or before the date that you specified. So, if you specify a date of two years ago, Moodle will give you a list of all the people who have been inactive for the last two years.
In reply to Luis de Vasconcelos
Re: How to generate a list of users who are inactive more than two years
由Doulos Xavier發表於