Skip to main content
removed the first option, since the OP explicitly said he doesn't want to do that; made the second option more explicit
Source Link
avpaderno
  • 98.1k
  • 15
  • 165
  • 284

On the People page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts. (Drupal 7)

Another way is usingUse the Views Bulk Operations module.

This module augments Views by allowing bulk operations to be executed on the displayed rows. It does so by showing a checkbox in front of each node, and adding a select box containing operations that can be applied. Drupal Core or Rules actions can be used.

You can create a view that shows only the blocked accounts and adds bulk operations to it. In this way, once you select all the accounts with a single click, you can delete them by selecting the operation to do and clicking on the submission button.

On the People page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts. (Drupal 7)

Another way is using the Views Bulk Operations module.

Use the Views Bulk Operations module.

This module augments Views by allowing bulk operations to be executed on the displayed rows. It does so by showing a checkbox in front of each node, and adding a select box containing operations that can be applied. Drupal Core or Rules actions can be used.

You can create a view that shows only the blocked accounts and adds bulk operations to it. In this way, once you select all the accounts with a single click, you can delete them by selecting the operation to do and clicking on the submission button.

edited body
Source Link
Free Radical
  • 15.2k
  • 9
  • 48
  • 86

InOn the PoeplePeople page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts. (Drupal 7)

Another way is using the Views Bulk Operations module.

In the Poeple page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts. (Drupal 7)

Another way is using the Views Bulk Operations module.

On the People page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts. (Drupal 7)

Another way is using the Views Bulk Operations module.

added 11 characters in body
Source Link
Hamid Nikmehr
  • 1.6k
  • 12
  • 11

In the Poeple page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts. (Drupal 7)

Another way is using the Views Bulk Operations module.

In the Poeple page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts.

Another way is using the Views Bulk Operations module.

In the Poeple page (admin/people), first select the blocked users and then from the update options select Cancel the selected user accounts. (Drupal 7)

Another way is using the Views Bulk Operations module.

Source Link
Hamid Nikmehr
  • 1.6k
  • 12
  • 11
Loading