https://github.com/jacobbednarz/sudo_mode
Security access control for Drupal sites
https://github.com/jacobbednarz/sudo_mode
Last synced: about 1 month ago
JSON representation
Security access control for Drupal sites
- Host: GitHub
- URL: https://github.com/jacobbednarz/sudo_mode
- Owner: jacobbednarz
- License: gpl-2.0
- Created: 2015-02-12T07:56:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T23:41:15.000Z (about 10 years ago)
- Last Synced: 2025-02-07T13:54:24.851Z (3 months ago)
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
"Sudo Mode" is a Drupal module which takes inspiration from the unix
[sudo](http://en.wikipedia.org/wiki/Sudo) program which allows you to escalate
yourself to a priviledged user in order to perform an action. While this module
doesn't swap your user role, it will ensure sensitive areas of your site request
that you supply your password before being able to complete an action.### Usage
To get started, download and install the module. Once installed, navigate to
`admin/config/people/sudo_mode`.### Configuration
### Contributing
Found a bug? Want to see something improved? Create a
[new](https://github.com/jacobbednarz/sudo_mode/issues/new) issue and we'll see
what we can do.