Home
The Toolkit for Online Communities
15265 Community Members, 2 members online, 1920 visitors today
Log In Register

Permissions Administrator

OpenACS Home : xowiki : Permissions Administrator
Search · Index
Previous Month May 2012
Sun Mon Tue Wed Thu Fri Sat
29 30 1 (1) 2 3 4 (1) 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 (1) 24 25 26
27 28 29 30 31 1 2

Popular tags

ad_form , ADP , ajax , aolserver , asynchronous , bgdelivery , bugtracker , COMET , cvs , debian , emacs , FreeBSD , includelets , install , installation , installers , javascript , libthread , linux , monitoring , nginx , oracle , osx , patches , performance , postgres , pound , redhat , selenium , ssl

No registered users in community xowiki
in last 30 minutes

Contributors

OpenACS.org

No registered users in community xowiki
in last 10 minutes

Permissions Administrator

Permissions Administrator Specification

Download 0.2d version

Forum Thread 

 

Goal: Update group membership and permissions for all site packages and subsites from a single admin UI.

Features:

  1. Assign a User to a Group
  2. Admin Groups
    • Add or Delete a Group
    • Grant any permission on any package/subsite
    • View each member and their membership relation
  3. Assign Many Users to a Group / Relational Segment
  4. View All Groups and Permissions
  5. View Reports on Groups, Permissions and related objects.
  6. Utilizes an AJAX search widget[1] to easily type and select users and packages from large lists.

Reporting 

Output each user's permissions, group memberships, group permissions, and permissions granted through group assignment. This report can be filtered by the following criteria: Object Name/URL, Group, Privilege.

The report is downloadable as a CSV spreadsheet.

Notes

• Due to performance issues, the Permissions Administrator does not set or report permissions granted through inheritance. This must be maintained using the core tools.

• Only Read, Write, Create and Admin permissions can be granted or revoked with this tool.

 

1. An AJAX Search is a search that displays the results dynamically as you type. As you enter 'music' all the objects matching that string anywhere in its name or URL are displayed in a dropdown box underneath the search box.