By Rasputin Paracelsus on
After a successful installation (as far as I can see), I want to assign roles to users.
I've managed to create some new roles... but how do I associate users with roles? I'm sure that's on the site here somewhere, but I can't find it....
Also: if users have multiple roles, are the permissions ORed or how does a given permission work?
Thanks a lot
Comments
in admin/users
as far as I know, the only way to do it is to edit each individual profile under admin/users.
alynner
Yep, you have to edit them
Yep, you have to edit them on a per user basis.
Also, they are cumulative. So if any of the roles has the permission, then the user has the permission. There are no explicit denial access permission (at least not in the stardard modules). Other 3rd party access modules like Taxonomy Access Control does have Deny permissions.
Aha
Ok, thanks. That helps.