Permission Select - Drupal Module

0 +

This module is compatible with Drupal 6 and Drupal 7.

Permission Select is a module that allows for quicker editing of role permissions on /admin/user/permissions.

The module utilizes jQuery to manipulate the DOM, creating links to check all / uncheck all on each set of permissions for each module. This allows for quicker manipulation of permissions for standard users.

This still requires a user to visit and modify permissions in the Drupal backend. If you need a solution to programatically create and modify permissions, please consider using the Permissions API.

Features

  • Creates a set of check all / uncheck all links for each role/module combination at /admin/user/permissions

todo

  • Create a global check all / uncheck all /toggle option at the top and bottom of the table
  • Clean up the link interface of the check all / uncheck all links. (Possibly dropdowns)
  • Find a way to insert "standard options" for many of the major module types

Official Project Page