usercancel_contentassigntoadmin

Categories

Component ID

2408333

Component name

usercancel_contentassigntoadmin

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

393

Component created

Component changed

Component body

As we know at the time of "Cancel user accounts", we have four options in drupal core that are following.

1. Disable the account and keep its content.
2. Disable the account and unpublish its content.
3. Delete the account and make its content belong to the Anonymous user.
4. Delete the account and its content.

This module has a feature to add one more option, to assign the content to admin while cancelling to selected users.

New option is:

"Delete the account and make its content belong to the administrator."

We have option to select an admin user to assign content.

The attached patch is required(UserCancelDefault-2411351-1.patch).