User Groups Functionality - clarification
Added by Darryl Winder over 14 years ago
Hi All
I'm setting up groups as an easier way of managing permissions with largish lists of users . What happens when a user is a member of two (or more) groups which are assigned to a project with different permissions ? eg an 'all users' group with contributor privileges and a 'project leads' group with manager privileges. From the behaviour I see I'm guessing the user will get the union of all the individual rights. Is this the case ?
thanks
Darryl
Replies (3)
RE: User Groups Functionality - clarification - Added by Darryl Winder over 14 years ago
oops sorry - we are running redmine 0.9.0 on PostgreSQL , ubuntu 8.04 , rails 2.3.5 , ruby 1.8.6
RE: User Groups Functionality - clarification - Added by F Delehal over 14 years ago
It does seem to work that way for me (privileges union) in Redmine 0.9.2
RE: User Groups Functionality - clarification - Added by Felix Schäfer over 14 years ago
AFAIK all privileges are unions, i.e. you have every permission you have in any of your roles or that a group you are in has.