User cancel entity queue
4 sites
No security coverage
This module helps manage user-created content when a user account is deleted. It uses a queue to process content modifications, such as deleting or reassigning content, rather than doing it immediately. This allows for more controlled and efficient management of user data upon account cancellation.
If users created a lot of content and want to delete their account at some time it might be problematic edit all their content immediately at the time they decide to do so. This module therefore provides functionality to perform these changes using a queue.
The module introduces a plugin system for the user cancel methods. Methods to delete or reassign users content using a queue are provided.