← Back to team overview

mahara-contributors team mailing list archive

[Bug 548192] Re: Allow CSV upload to specify groups for users to join

 

** Changed in: mahara
       Status: Confirmed => Triaged

-- 
Allow CSV upload to specify groups for users to join
https://bugs.launchpad.net/bugs/548192
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Triaged

Bug description:
Implementation:

The CSV header can have multiple 'group' fields added to it, e.g.:

username,firstname,lastname,email,password,group,group,group

Then for each user, group names can be specified. e.g.:

nigel,Nigel,McNie,nigel@xxxxxxxxxxxxxxx,password1,"Our Community","Ponies",

In the above example, nigel is added to the "Our Community" and "Ponies" groups, even though there are three columns in which groups could be specified.

Group names are unique which makes this work.

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detail&aid=3033&group_id=176&atid=742