I was wondering if there is a module about somewhere or if it is being considered adding to user.module the abilty to have user accounts deleted after that user has not logged in for so many months? Preferbly with it emailing the user warning them say 5 days before as I can see this as a good way to keeping memberlists a realistic size as last thing i want is a memberlist of hundreds of people of which only a quarter actually use the site.
Did have this feature when I used to run a BBS before use the internet and it kept everything in check!
Comments
make a small module
a small module which uses the _cron() hook could easily perform the emailings and deactivations as you describe. The deactivation is easy as sending a user id to the user_delete() function.
But I not know much php!
Nice to know that it would be easy to do. But I know hardly any php only enough to fiddle with existing code. I not know enough to start from scratch