Import Users Plugin for WordPress
This plugin was created for people who need to easily add multiple users to their WordPress installation. Simply give it a list of usernames and email addresses, specify the role of the users (subscriber, author, admin, etc.) and it does the rest. It will automatically email each user and give them their randomly generated password, or let you specify one. It also has validation in place to make sure the usernames do not already exist, that the email addresses are not already in use, that the usernames are valid, etc. After it processes the information, it tells you how many were added, and upon error, gives you the reason why each failed.
Download
- Latest Release (For WordPress 2.0 through 2.8+)
Changelog
- 02-19-09 Version 1.2 – Updated modified version with contributions by Robert McKenzie (Thanks Robert!). Changes include the ability to specify a password, as well as first/last names.
- 06-12-07 – Modified version by Nicholas LaRacuente added (download link above).
- 05-03-07 Version 1.1 – Updated to take advantage of the customizable roles feature in WordPress 2.1. This update was contributed by Tom Ransom.
- 08-06-06 Version 1.0 – First release.
Instructions
- Download the above file, rename it from .txt to .php, and upload it to your plugins directory.
- Enable the plugin.
- Use it by going to ‘Settings -> DDImport Users’
Usage
The userdata is entered in the following format:
username|firstname|lastname|password|email|role
username|firstname|lastname|password|email|role
username|firstname|lastname|password|email|role
etc…
To clarify, that is one user per line, with a pipe character between the values. Extra whitespace and empty lines are trimmed automatically. Be sure your data is entered properly! If you do not want to assign a password, first name, or last name, just do not enter them. The field separators are still required. Example:
username||||user@domain.com|
After you have added your user data, you can choose the role for the users with the drop down box. The choices are: Subscriber (default), Contributor, Author, Editor, and Administrator.
If the password is not specified, one will be randomly generated. In either case, the password is emailed to the user.



Jump to Comments