Project

General

Profile

Plugins Directory » User CSV Import Plugin

Author: hiroyuki SHIRAKAWA
Website: http://d.hatena.ne.jp/shrkw/20090611/redmine_user_import_en
Code repository: https://github.com/shrkw/redmine_user_import
Registered on: 2011-01-23 (about 13 years ago)
Current version: 0.0.2
Compatible with: Redmine 0.8.x, 1.1.x, 1.2.x
User ratings:   (2)

I update the "User import plugin" for Redmine 1.1.0.
http://www.redmine.org/boards/3/topics/6867

I make Redmine CSV User Import Plugin.

Inspired and Forked by

Thank you so much!

Features

Just listed below,

  • User data import by CSV file

Locale resource

Tested Version

  • Rails -2.3.5
  • Redmine -1.1.0

ITS

http://www.r-labs.org/projects/redmine-user-import

Thank you.

Installation notes

Download

Install

  • Install "fastercsv" gem module
gem install fastercsv
  • Extract this plugin to your Redmine directory
REDMINE_HOME/redmine/vender/plugins/
  • Rename directory to "redmine_user_import"
  • 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

Changelog

0.0.2 (2011-01-23)

Compatible with Redmine 0.8.x, 1.1.x, 1.2.x.

User ratings

  by Nadav Kavalerchik over 5 years ago

Updated version for RedMine 3.4 can be found here:
https://github.com/thorsten-de/redmine_user_import

  by yz li almost 6 years ago