Note: This documentation is for Moodle 2.7. For up-to-date documentation see Login as.

Login as: Difference between revisions

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
(Created page with "Introduction ==Features== * Overview description here <br> thumb|500px|center|Title of screenshot ==Installation== Install instructions ==Tips and t...")
 
(Infobox plugin, features info copied from http://moodle.org/mod/forum/discuss.php?d=211170)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Introduction
{{Infobox plugin
|type = General plugins (Local)
|entry = http://moodle.org/plugins/view.php?plugin=local_loginas
|discussion = http://moodle.org/mod/forum/discuss.php?d=211170
|maintainer = [[User:Itamar Tzadok|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==
==Features==
* Overview description here <br>
The plugin has two principal features:
[[Image:Sample_screen_shot|thumb|500px|center|Title of screenshot]]
 
* 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 [http://moodle.org/mod/forum/discuss.php?d=211170 Login As - local plugin] forum discussion for screenshots.
 
==Installation==
==Installation==
Install instructions
===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.
 
==Tips and tricks==
==Tips and tricks==
*  
*  
==See also==
==See also==
*[http://moodle.org/plugins/view.php?plugin=local_loginas  Login as] is a Modules and plugins database page that has download links and more information.
 
*Discussions: [http://moodle.org/mod/forum/discuss.php?d=211170 Contributed plugins]
*[http://www.youtube.com/watch?v=7_WXe6mCk1g&feature=share&list=UUCRg_EbhU9tdpLdiGGN1Mgg Short screencast demonstrating features]
[[Category:Contributed code]]

Latest revision as of 14:59, 25 September 2012

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

Download

Tips and tricks

See also