Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryan-l-robinson/drupal-permissions-from-file
- Owner: ryan-l-robinson
- Created: 2022-01-24T20:45:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T21:01:48.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T05:13:08.400Z (about 2 months ago)
- Topics: drupal, drupal-7, drupal-7-module
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.