Inherited permissions Inherited permissions
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Inherited permissions

Started by Icehawk002, January 19, 2007, 03:40:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Icehawk002

I looked through a lot of the posts but few on the relevant topic appear to have replies.

Problem:

A view album permission for one group say 'registered users' excludes it being viewed by another group say 'members' with only the group admin being able to view album regardless.

what I look for is to have an album set to view by "registered users" and also "Members" as registered user is a sub class of member group. while an permission view by 'members' would exclude views by 'registed users'

Help please

Joachim Müller

Everyone is a "registered user"; least restrictive permissions apply, that's why assigning an album to be viewable by "registered users" includes the "members" group as well no matter what. Only way to circumvent this is creating another group and putting all users into it who do not belong into the "members" group.