Skip to content

Latest commit

 

History

History
executable file
·
44 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
44 lines (32 loc) · 1.11 KB

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 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

FUTURE SCOPE:

  • ADD useful actions to developer like not create user in ldap_plugin when user not exist.

Author

Carlos Escobedo