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
de Doulos Xavier -
Número de respuestas: 4
En respuesta a Doulos Xavier
Re: How to generate a list of users who are inactive more than two years
de Howard Miller -
The filters for Bulk_user_actions should be able to tell you that (and do something with them, if you like).
En respuesta a Doulos Xavier
Re: How to generate a list of users who are inactive more than two years
de Rick Jerz -
En respuesta a Doulos Xavier
Re: How to generate a list of users who are inactive more than two years
de Luis de Vasconcelos -
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.
En respuesta a Luis de Vasconcelos
Re: How to generate a list of users who are inactive more than two years
de Doulos Xavier -
Thanks! this is quite helpful!....I am able to see the list of users. With 'Bulk user actions' I can see the list and there is an option to remove the filtered users. This is great and awesome!
Regards