Warning: This plugin has't been updated in over 9 years. It may no longer be maintained.
What you can do to help:
Elgg | Release | Download | Date | Links |
1.8 | 1.8.2 RC | () | 2013-Sep-20 |
upload_users
Generate new Elgg user accounts or update existing user accounts by importing a CSV file.
Features
Acknowledgements / Credits
Notes
Elgg requires that username, name, password and email be provided at the time of user registration. It is therefore recommended that you add these fields to your CSV. If you don't, you will be able to specify username and name components from your CSV headers, i.e. the import script will attempt to parse a valid username and name from a set of details in your CSV by concatinating these strings and modifying them to match Elgg requirements. For instance, if your CSV containts First Name and Last Name headers, you can map the 'name' field as a sum of those two. If omitted, passwords will be generated using Elgg's cleartext password generator. Emails are required!
If you would like to assign user roles, add a column to your CSV with the corresponding role names (that match role names defined in the Roles plugin). You will then be offered to map your CSV header to the predefined profile field that denotes roles.
If you need to attach custom processing logic to a certain CSV column, hook to'header:custom_method', 'upload_users' and return true to prevent metadata being created. The callback will receive the following parameters:
$hook_params = array( 'header' => $header, // original CSV header 'metadata_name' => $metadata_name, // mapped metadata name 'value' => $value, // metadata value (CSV cell value) 'record' => $record, // entire mapped CSV row 'user' => $user // Created / updated Elgg user entity );View Arck Interactive's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.