|
Question on how role base permissions work if a user is a member of more than 1. Example: I have a user that is part of the "Registered Users" and "Test Role". The user is assigned a role expiration of 12/31/2023 in Role Registered Users and in Test Role the expiration date is set to 1/2/2023. On a page I assigned both roles with view permissions. I was hoping a concatenation of the users permission with the expiration of the Test Role prevent the user from seeing the page. In testing though it looks like there is no concatenation. Each role permission is treated uniquely. Access is granted as long as their expiration date is not expired in any role. |
Answered by
valadas
Jan 25, 2023
Replies: 1 comment 3 replies
|
Did you "Deny" the view permission or just "Unset" the view permission for one of the roles ? |
3 replies
Answer selected by
james7342
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you "Deny" the view permission or just "Unset" the view permission for one of the roles ?