Tags:
create new tag
, view all tags

Question

For example each web has own authentication groups to set the rights for view or change of topics. In this case there are a lot of users in different groups. So itīs difficult to get an overview of the rights of a twiki user.

I'am trying to figure out a way to list the authentication groups for a selectable user. An example is in List Member Groups. This topic selects users with the letter P only. If PeterThoeny is selected the search generates a list of all topics not only the group topics.

  • Is there a way to select the group topics only?
  • Or better select the "Set GROUP" line of the group topics?

Environment

TWiki version:  
TWiki plugins:  
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  

-- NorbertWindrich - 23 Jul 2004

Answer

Have a look at TkGroupTest where I played around with SEARCH, URLPARAM (see TWikiVariables) and CALC (see SpreadSheetPlugin) to get me back the list of users that are in the same group as the specified user.

You also could easily define a search that gets you back the list of *Group topics the user is member of, or whatever else you wish to find. Just play around with all the features SEARCH is providing us already, but please do this in Sandbox ;-).

-- FranzJosefSilli - 23 Jul 2004

You could do a FormattedSearch doing a RegularExpression search for "Set GROUP \=.*%URLPARAM{"user"}%" limiting topics to topic="*Group".

The simplest way is to go to the user's home page and to click on Ref-by.

-- PeterThoeny - 24 Jul 2004

Thank you for your help. I moved the new version to SandBox64

-- NorbertWindrich - 26 Jul 2004

Topic revision: r4 - 2004-07-26 - NorbertWindrich
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.