https://github.com/vijaycs85/export_roles_permissions
Drupal 6 version of Export Roles & Permissions module
https://github.com/vijaycs85/export_roles_permissions
Last synced: about 2 months ago
JSON representation
Drupal 6 version of Export Roles & Permissions module
- Host: GitHub
- URL: https://github.com/vijaycs85/export_roles_permissions
- Owner: vijaycs85
- Created: 2014-12-10T23:53:00.000Z (over 10 years ago)
- Default Branch: 6.x-1.x
- Last Pushed: 2014-12-11T18:05:38.000Z (over 10 years ago)
- Last Synced: 2025-01-18T02:44:00.991Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.drupal.org/project/export_roles_permissions
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Export User Roles and Permissions
=================================This module allows you to generate a hook_install() implementation that creates
the chosen roles with their associated permissions.USAGE
=====* Enable the module
* Visit admin/people/export
* Choose the required roles and click Create
* Copy the supplied code in to your modules .install file