How to generate a list of users who are inactive more than two years

How to generate a list of users who are inactive more than two years

by Doulos Xavier -
Number of replies: 4

How to generate a list of users who are inactive more than two years in the Moodle system? 

Average of ratings: -
In reply to Doulos Xavier

Re: How to generate a list of users who are inactive more than two years

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
The filters for Bulk_user_actions should be able to tell you that (and do something with them, if you like).
Average of ratings:Useful (1)
In reply to Doulos Xavier

Re: How to generate a list of users who are inactive more than two years

by Luis de Vasconcelos -
Picture of Particularly helpful Moodlers
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.
Average of ratings:Useful (2)
In reply to Luis de Vasconcelos

Re: How to generate a list of users who are inactive more than two years

by 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