BlueTurtle
BlueTurtle

Reputation: 383

Only show users in the same group as the logged in user

I am using drupal and want to make a view only to show the users in a the same group as the current user.

I have a view currently showing all users, but I can't get it to auto filter by logged in user. i'm assuming it'll be some sort of conditional filter/relationship

Any help is appreciated thank you :)

Upvotes: 0

Views: 53

Answers (1)

Sagar
Sagar

Reputation: 647

In Drupal 7, in your view, go to 'Page Settings' section and you will see 'Access' field. You can set Permission to your view or you can also set 'Role' meaning who actually should see the view output.

Upvotes: 1

Related Questions