User group keyword

Is there a keyword for user group? I have a page that will only allow users from that specific group… And i want to validate it according to the group where they belong…

You would do this by applying Read permission to that page only to the User Group (and Deny read to Public). You shouldn't need a keyword for this.

yeah, i tried that already but how can i redirect a user to another page? or maybe alert the user if he has no read permission? i need to filter the user using keywords… any other ideas?


You should look at creating a custom System Login Design for your site. This will replace the default Matrix login box that appears when a user does not have permission to see a specific page.

You could consider using a paint layout with either the 'Write Access' or 'Is User Group Condition'. You can then display a custom message if the user is not logged in with the appropriate permissions or display the content if they are logged in with permissions. Possibly have a design applied that has a login area as part of the design to enable the user to login if needed…