Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: Capabilities/moodle/user:loginas.

Capabilities/moodle/user:loginas: Difference between revisions

From MoodleDocs
(moodle/site:doanything restriction, context, see also)
No edit summary
Line 2: Line 2:
*Only the default administrator role has this capability set to allow.
*Only the default administrator role has this capability set to allow.
*This capability may be applied in the course or system context. If applied in the course context, it allows a user to login as another course participant and browse within that course only.
*This capability may be applied in the course or system context. If applied in the course context, it allows a user to login as another course participant and browse within that course only.
====Legacy Role Default Settings====
{| border="1" cellspacing="0" cellpadding="2"
|-
! Legacy Role !! Inherit !! Allow !! Prevent !! Prohibit
|-
| Administrator || - || X || - || -
|-
| Course Creator || X || - || - || -
|-
| Teacher || X || - || - || -
|-
| Non-editing Teacher || X || - || - || -
|-
| Student || X || - || - || -
|-
| Guest || X || - || - || -
|-
| Authenticated User || X || - || - || -
|}


==See also==
==See also==

Revision as of 09:53, 10 March 2008

  • This allows a user to log in as any other user, except users with the moodle/site:doanything capability. It has the same function as the "login as" button in Moodle 1.6.
  • Only the default administrator role has this capability set to allow.
  • This capability may be applied in the course or system context. If applied in the course context, it allows a user to login as another course participant and browse within that course only.

Legacy Role Default Settings

Legacy Role Inherit Allow Prevent Prohibit
Administrator - X - -
Course Creator X - - -
Teacher X - - -
Non-editing Teacher X - - -
Student X - - -
Guest X - - -
Authenticated User X - - -

See also