Download the PHP package vojtasvoboda/oc-userimportexport-plugin without Composer
On this page you can find all versions of the php package vojtasvoboda/oc-userimportexport-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vojtasvoboda/oc-userimportexport-plugin
More information about vojtasvoboda/oc-userimportexport-plugin
Files in vojtasvoboda/oc-userimportexport-plugin
Package oc-userimportexport-plugin
Short Description User import/export plugin for OctoberCMS
License MIT
Homepage https://github.com/vojtasvoboda/oc-userimportexport-plugin
Informations about the package oc-userimportexport-plugin
User Import/Export plugin for OctoberCMS
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.
Dependencies
- RainLab.User plugin
Installation
- Install plugin VojtaSvoboda.UserImportExport
- New menu items Import and Export can be found at User backend management
Import users
- 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.
Import avatars
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.
Import on Mac
- 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
Troubleshooting
Can't import CSV file? Try to save file in CP1250 charset (for example in Sublime Text 2).
Planned features
- [ ] 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!
Contributing
Please send Pull Request to master branch.
License
User import export plugin is open-sourced software licensed under the MIT license same as OctoberCMS platform.