I'm using tac_lite to assign page access to specific users, similar to the team/project idea mentioned in README.txt. I do this by going into the "tac_lite" access page of each user setting.

Let's say I have grant access to 5 users on the "team1" term. After a way, I forget who are 5 users. Instead of going into all my users and find out which 5, is there a way to list out users based on assigned access level?

Thanks!

Comments

Dave Cohen’s picture

Status: Active » Fixed

See the devel module, and specifically the devel_node_access module included within it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

gilf’s picture

Version: 5.x-1.1 » 6.x-1.3
Status: Closed (fixed) » Active
Issue tags: +users, +forums, +access list

Hi,

I have tried the devel module and tac lite used to control forum access and found:

  1. The Permissions are listing only once inside a topic, and not at the forum level.
  2. Listing is for all user access, there is no way to limit only to users who have access, which seemed to be the original request

We are faced with a similar situation, where we want to verify that the TAC term has all the user we originally added, without going to each users TAC settings.

Dave Cohen’s picture

Category: support » feature
Status: Active » Closed (won't fix)

This feels like something that should be written for all access control modules, the way devel_node_access is. Not specific to tac_lite.

That said, if someone submits a module that does this specifically for tac_lite, I'd consider checking it into tac_lite/contrib. Simply re-open this issue and provide a patch.