Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-l-robinson/drupal-9-permissions-from-file
Drupal 9 version of https://github.com/ryan-l-robinson/drupal-permissions-from-file
https://github.com/ryan-l-robinson/drupal-9-permissions-from-file
Last synced: 3 days ago
JSON representation
Drupal 9 version of https://github.com/ryan-l-robinson/drupal-permissions-from-file
- Host: GitHub
- URL: https://github.com/ryan-l-robinson/drupal-9-permissions-from-file
- Owner: ryan-l-robinson
- Created: 2023-08-07T17:12:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:27:38.000Z (over 1 year ago)
- Last Synced: 2024-11-06T05:13:11.632Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a sample custom module for a simple scenario of adding a role to a user when they log in if their name appears in a file on the server. Make sure you protect the file with the usernames.
[Further explanation for this can be found here](/websites/drupal/drupal-assign-permissions-based-on-username-file/).
[Drupal 7 version of the code can be found here](https://github.com/ryan-l-robinson/drupal-permissions-from-file).