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.
Moodle 3.2+, 3.1+, 3.0+, 2.9, 2.8 and 2.7 and 2.6.
TO INSTALL:
Git way
- To install it using git, type this command in the root of your Moodle install:
git clone [email protected]: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!!!
FUTURE SCOPE:
- ADD useful actions to developer like not create user in ldap_plugin when user not exist.
Carlos Escobedo