When users join a group, they automatically get 'member'-status, which is a default role by OG. I've allowed this role to edit group contents and group itself.
Now I need to be able to remove these permissions for certain people without kicking them out of the group. I tried to do this with adding new role 'read-only member', removing right permissions from this role and assinging certain users with this role. However, these users can still edit the group and contents. Looks like default 'member'-role is more powerful than the additional roles.
Am I doing something wrong or is it just impossible to revoke certain permissions by assigning extra roles for user in group?