Friday, January 7, 2011

Module: AdminRole

Module Page: http://drupal.org/project/adminrole
Drupal Version Support:
  • 6.x -> YES
  • 7.x -> Included
From the module page:
This module is a little helper to maintain an administrator role which has all available permissions. By default, Drupal only has one super user and this module helps improve this drastically.

One of the first things many Drupal developers do when they create a new site is to create a role called "administrator" or something along those lines so that users other than User1 can do administrative tasks.  However, as soon as a new module or content type is added, you must go into permissions and enable the permissions for your custom admin role.   With the AdminRole module, you can select which role should be give these permissions by default.

HowTo:
  1. First make sure you create your administrator role.  "Admin" is just fine for a name and takes up a lot less space than "Administrator" on the permissions page.
  2. Once you've downloaded and enabled the module, goto User Management->User Settings and scroll to the bottom.  You should see something similar to this:
  3. Now just select the role you want to automatically assign new permissions to, and Save. 
This is one of the modules I include with every make file!!!.  And now it is included in D7, so sweet!

No comments:

Post a Comment