Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryan-l-robinson/drupal-permissions-from-file

Drupal 7 module checks if a user account is in a list in a file, and adjusts the user's roles accordingly
https://github.com/ryan-l-robinson/drupal-permissions-from-file

drupal drupal-7 drupal-7-module

Last synced: 3 days ago
JSON representation

Drupal 7 module checks if a user account is in a list in a file, and adjusts the user's roles accordingly

Awesome Lists containing this project

README

        

# Drupal Permissions from File

This Drupal 7 module checks if a user account is in a list in a file, and adjusts the user's roles accordingly.

This was a specific custom build for a site, not designed to be generalized and installable on any site. There is no configurable settings page.

For this to work, you would need to:

1. Have a role on the site called 'test role'.
2. Have a file in the specified position /var/usernames/roleusernames.csv and formatted with one line per username.