Redmine CSV User Import Plugin
Inspired and Forked by
- http://www.martinliu.info/2009/04/redmine_importer-redmine-csv-import-plugin/
- http://tech.lampetty.net/tech/index.php/archives/285
Thank you so much!
Install
- Install "fastercsv" gem module
gem install fastercsv
- Extract this plugin to your Redmine directory
redmine/vender/plugins/
- Restart your Redmine
Usage
- Set up your user CSV file
- Row separation code is LF only!
- e.g.
login,password,lastname,firstname,mail,admin "a4","aa","john","doe","hoge@example.com",0 "a6","aa2","larry","wall","hoge2@example.com",1
- Login as Administrator user
- Click "User Import"
- So, Please advance it along the screen.