Needs review
Project:
Node import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Sep 2009 at 18:53 UTC
Updated:
18 Oct 2011 at 14:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
not_Dries_Buytaert commentedI suppose you mean roles per user, not just the plain list of role names like this one '{domain}/admin/user/roles'.
NB: each user may have multiple roles.
Comment #2
Robrecht Jacques commentedUsers with roles can be imported, eg:
The roles itself can not be imported. Making this a postponed minor feature request. You would probably want to import the permissions assigned to each role.
Comment #3
hanoiiSo roles can or cannot be imported? I mean, importing users and assign roles to them.
I guess not, and +1 for that feature.
Comment #4
hanoiiI coded this one.
fun module to hack into!
attached is the patch, I think it's fairly good, I tried to follow the same approaches as other stuff, I hope to have done it properly. The only bit I am not 100% sure about is the preview of roles, but it shouldn't be that bad how I've done it.
Comment #5
hanoiiRemoved some spaces
Comment #6
hanoiiRemoved even more spaces
Comment #7
gotcha41 commentedwill this be included in the module one day?
I'm looking for the exact same functionality and I prefer not to work with patches (as modifications will be lost when upgrading to a newer version).
Also, being able to import a list of roles to the system would be great
Comment #8
hanoii@gotcha41, a great way for a patch be accepted is to test it and reporting back to this issue in order for it to be considered.
Comment #9
Bricks and Clicks Marketing@gotcha41 - in this case, it would depend on how often you intend on importing users. Once they're imported, it won't matter if the modification is lost on upgrade as you'll already have the users - unless you need to do it again.
Comment #10
hanoiiAttached is a revised patch, as I found some issues with default assignment of roles.