Permissions Administrator
Package Specification Summary for Package: p-admin
Summary: | |
Description: | This package is unknown (not available at this site) |
Maturity: | 0 |
This package depends on: | None |
Packages that depend on p-admin: | None |
Package parameters: | None |
Bug Tracker Summary for Package: p-admin
There is no package with the name "p-admin" known to bug-tracker.
Code Metrics Summary for Package: p-admin
# Tcl Procs | 0 |
# Tcl Lines | 0 |
# Tcl Blank Lines | 1 |
# Tcl Comment Lines | 0 |
# Automated Tests | 0 |
# Stored Procedures | PG: 0 ORA: 0 |
# SQL Lines | PG: 0 (blank 1 comments 0) ORA: 0 (blank 1 comments 0) |
# ADP pages | 0 |
# ADP lines | 0 |
# Include pages (p-admin/lib/) | 0 |
# Documentation pages | 0 |
# Documentation lines | 0 |
Browse Source | Not installed |
Github Repository: | https://github.com/openacs/p-admin/tree/oacs-5-10 |
Permissions Administrator Specification
Goal: Update group membership and permissions for all site packages and subsites from a single admin UI.
Features:
- Assign a User to a Group
- Admin Groups
- Add or Delete a Group
- Grant any permission on any package/subsite
- View each member and their membership relation
- Assign Many Users to a Group / Relational Segment
- View All Groups and Permissions
- View Reports on Groups, Permissions and related objects.
- 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.