Note: This documentation is for Moodle 2.7. For up-to-date documentation see auth/dev.

auth/dev

From MoodleDocs

Information

This plugin allow a site admin user not logout when this user has loginas. It's useful to developers and main administrators. You have to enable in authentication settings to work it. It was created thinking in site admins.

You have to enable in authentication settings to work it.

This plugin must be enable in:

   Home  ▶ Site administration ▶ Plugins  ▶ Authentication  ▶ Manage authentication

And enable "Auth Development tools" to use it.

Instalation

  1. Get last version of plugin in plugin entry.
  2. Unzip it into auth/ folder in your Moodle.
  3. Be sure that the final name of the directory is: dev, the full path in your Moodle installation will be auth/dev

Screenshots

auth dev1.png

Site Admin user using loginas feature.

auth dev2.png

Site Admin user after click in his name.

How to report a bug

Please, use tracker in Auth Development.

New Proposals

  • Redirect to specific URL when user logout.

Please for suggestion, use comments in plugin entry.