Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmcorz/moodle-auth_mdk
Authentication plugin for Moodle meant to be used by developers
https://github.com/fmcorz/moodle-auth_mdk
Last synced: about 7 hours ago
JSON representation
Authentication plugin for Moodle meant to be used by developers
- Host: GitHub
- URL: https://github.com/fmcorz/moodle-auth_mdk
- Owner: FMCorz
- Created: 2012-08-06T04:07:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-06T02:11:13.000Z (over 11 years ago)
- Last Synced: 2023-03-23T08:27:11.551Z (over 1 year ago)
- Language: PHP
- Size: 117 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDK Authentication
This is an authentication plugin for Moodle. It is designed to help developers by creating users on the fly and enrolling them into courses. It is not to be used in a production environment!
## Usage
Login as a user, using any user name or password.
At each login, depending on the first letter of its user name, the user will be enrolled in all courses as:
- Student (letter S)
- Teacher (letter T)
- Manager (letter M)## Requirements
Moodle 2.x
## Install
- Clone this repository in the directory auth/mdk.
- Go to your admin notifications page to install the plugin.
- Navigate to Settings > Site administration > Plugins > Authentication to enable it.
- Visit the settings page.## License
Licensed under the GNU GPL Licence http://www.gnu.org/copyleft/gpl.html