Allow import or export Users managed by RainLab.User plugin.
- create hundreds of accounts in a few clicks
- CSV columns auto matching, rest columns can be matched drag and drop
- import avatars from Media folder (see Import avatars section below)
Tested with the last stable OctoberCMS build 349.
- RainLab.User plugin
- Install plugin VojtaSvoboda.UserImportExport
- New menu items Import and Export can be found at User backend management
- Create CSV files
- Required column is only email. If username not provided, import use email as username. If password not provided, import use username as password.
- Drag and drop CSV to import field. Imported users are automatically activated.
Just create users
folder and insert images with name matching username. E.g. image 12905.jpg for user with username 12905, or image vojta.jpg for user with username vojta.
- Create Excel sheet
- Save As Windows Comma Separated (it will create CSV with semicolons)
- Open CSV in Sublime Text and replace all semicolons by commas
Can't import CSV file? Try to save file in CP1250 charset (for example in Sublime Text 2).
- set avatar directory at import page
- compatibility with RainLab.Location plugin (automagically extend YAML fields with state and country)
- add Update checkbox, for updating existing records (see RainLab.Blog)
- add checkbox for avatar image visibility (public/protected)
- add checkbox for enable user activation
Feel free to send pullrequest!
Please send Pull Request to master branch.
User import export plugin is open-sourced software licensed under the MIT license same as OctoberCMS platform.