Login as
From MoodleDocs
Login as | |
---|---|
Type | General plugins (Local) |
Set | N/A |
Downloads | http://moodle.org/plugins/view.php?plugin=local_loginas |
Issues | {{{tracker}}} |
Discussion | http://moodle.org/mod/forum/discuss.php?d=211170 |
Maintainer(s) | Itamar Tzadok |
The Login As is a local plugin that offers managers a shortcut to login-as-user action links from the settings block.
Features
The plugin has two principal features:
- Allows admin to set a selected list of login as links.
- Allows a course manager to open a list of login as links of all users in a course in an ajax overlay.
See the Login As - local plugin forum discussion for screenshots.
Installation
Git clone
- Type the following command in the root of your Moodle install: git clone git://github.com/itamart/moodle-local_loginas.git local/loginas
- Add /local/loginas to your .git/info/exclude.
- Visit http://yoursite.com/admin to finish the installation.
Download
- Download zip from: https://github.com/itamart/moodle-local_loginas/zipball/master or http://moodle.org/plugins/pluginversions.php?plugin=local_loginas
- Unzip into the 'local' subfolder of your Moodle install.
- Rename the new folder to loginas.
- Visit http://yoursite.com/admin to finish the installation.