Active
Project:
LoginToboggan
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Jan 2011 at 17:02 UTC
Updated:
10 Jan 2015 at 15:13 UTC
Jump to comment: Most recent
Comments
Comment #1
hunmonk commentedhttp://drupal.org/project/logintoboggan#commitment
Comment #2
stevecowie commentedI think there's a reasonable case for this because if you delete users that have submitted comments those comments will then be attributed to anonymous, which you might not want. Any chance of a patch?
Comment #3
megachrizThe first thing that comes up to my mind is that this use case maybe can be fulfilled using Views and Rules:
Event: cron runs.
Conditions: A set amount of time has passed.
Actions:
If this could be set up, a default View and a default Rule could be added to Logintoboggan. And then all you have to do is to adjust the View, so it only shows users who never posted.
Comment #4
federico commentedDoes anyone has a view that retrieves which users to delete?