Auth Development tools

Authentication ::: auth_dev
Maintained by Carlos Escobedo
This plugin allow a user not logout when this user has loginas. It's useful to developers and main administrators.

Auth Development tools 2.3

Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
Released: Thursday, 5 September 2024, 4:48 PM

Moodle Auth Development

Information

This plugin allow a 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.

This plugin must be enable in: Home ▶ Site administration ▶ Plugins ▶ Authentication ▶ Manage authentication

And enable "Auth Development tools" to use it.

Add Redirect to specific URL when user logout.

Version

Moodle 4.5 and legacy releases.

TO INSTALL:

Git way - To install it using git, type this command in the root of your Moodle install:

git clone git@github.com:cescobedo/moodle-auth_dev.git auth/dev

Download way - Download the zip from https://github.com/cescobedo/moodle-auth_dev/archive/master.zip - Unzip it into auth/ folder in your Moodle, - Rename the new folder "moodle-auth_dev-master" to "dev" - Enjoy!!!

NEW FEATURE - Privacy Subsystem implementation for auth_dev. https://docs.moodle.org/dev/Privacy_API

FUTURE SCOPE: - ADD useful actions to developer like not create user in ldap_plugin when user not exist.

Author

Carlos Escobedo - http://www.twitter.com/carlosagile - https://coderwall.com/carlosagile

Version information

Version build number
2022090500
Version release name
2.3
Maturity
Stable version
MD5 Sum
990310cead5caade6417ab62ddcb6911
Supported software
Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3
  • Latest release for Moodle 4.4

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Authentication

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myauth") in the "auth" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation