Activate multiple user accounts at once
This plugin requires Craft CMS 3.0.0-beta.23 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Add a reference to this repo in the
repositories
array incomposer.json
:"repositories": [ ... { "type": "vcs", "url": "https://github.com/the-refinery/bulk-user-activation.git" } ]
-
Then tell Composer to load the plugin:
composer require therefinery/bulk-user-activation
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Bulk User Activation.
This utility creates a queued task to activate all users that are currently in the "pending" status. Normally, one would need to open each user account individually to manually activate them, making for tedious work if there are more than a few pending users.
No configuration necessary.
-
In Craft Control Panel, go to Utilities → Bulk User Activation Utility
-
Click the button to queue the activation job. Pending jobs will appear at the bottom of the navigation sidebar.
Some things to do, and ideas for potential features:
- Release it
Brought to you by The Refinery