Permissions Groups vs Users

A

Alpay

It is possible to set a user's global permission via
Admin->Manage users and groups->Users->Global permissions: Set user's
global permission
But it is possible to set a group's permissions via
Admin->Manage users and groups->Groups->Global permissions: Set global
permission for members of this group

Which permission takes precedence, user's or group's level? E.g.
resource Billy Gates is member of the group Team members and the
permission "Change Password" are as follows in the following scenarios:

Scenario 1:
Name A D
_____________________________
Billy Gates 1 0
Team members 0 1

Scenario 2:
Name A D
_____________________________
Billy Gates 1 0
Team members 0 0

Scenario 3:
Name A D
_____________________________
Billy Gates 0 1
Team members 1 0
 
D

Dale Howard [MVP]

Alpay --

In my answer to your previous question, I strongly encouraged you to rarely
if ever set permissons for an individual user in PWA. If you choose to do
this anyway, you risk creating a Project Server administrator's "nightmare"
in managing permissions. To answer your question, if you set permissions
for an individual user, this is an "override" to the permissions set in any
Groups to which the user belongs. Hope this helps.
 
Top