You are here

README.txt in Permissions Csv Export 7

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Configuration


INTRODUCTION
------------

Current Maintainer: Manish Kumar <manishupdh900@gmail.com>

This module is basically for import/export of permissions role wise. So 
basically the idea is to export permissions into an CSV and then authorized 
person can make changes directly into CSV and decide permission role wise 
and assign it on CSV itself, Then he can import that CSV and then process 
it at any time, although before importing new permissions it will create a 
backup of last active permissions, so after wrong import you can always 
revert back to the original permissions.

It can also used for migrating permissions to one environment to another, 
it gives flexibility to choose role wise export and import.


INSTALLATION
------------

* Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.


CONFIGURATION
-------------
Administrator can see can export the csv from 
URL : <yourdomain.com>/admin/config/people/export-permission-csv

Administrator can import new csv from 
URL: <yourdomain.com>/admin/config/people/export-permission-csv/import

Administrator can see import csv logs from
URL: <yourdomain.com>/admin/config/people/export-permission-csv/import-logs

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. INTRODUCTION
  7. ------------
  8. Current Maintainer: Manish Kumar
  9. This module is basically for import/export of permissions role wise. So
  10. basically the idea is to export permissions into an CSV and then authorized
  11. person can make changes directly into CSV and decide permission role wise
  12. and assign it on CSV itself, Then he can import that CSV and then process
  13. it at any time, although before importing new permissions it will create a
  14. backup of last active permissions, so after wrong import you can always
  15. revert back to the original permissions.
  16. It can also used for migrating permissions to one environment to another,
  17. it gives flexibility to choose role wise export and import.
  18. INSTALLATION
  19. ------------
  20. * Install as you would normally install a contributed Drupal module. See:
  21. https://drupal.org/documentation/install/modules-themes/modules-7
  22. for further information.
  23. CONFIGURATION
  24. -------------
  25. Administrator can see can export the csv from
  26. URL : /admin/config/people/export-permission-csv
  27. Administrator can import new csv from
  28. URL: /admin/config/people/export-permission-csv/import
  29. Administrator can see import csv logs from
  30. URL: /admin/config/people/export-permission-csv/import-logs