Skip to content

hrimhari/moodle-auth_loginlogoutredir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moodle-auth_loginlogoutredir

Allows you to redirect a user both on login and logout in moodle.

Usage

Set the following options in your Moodle Configuration (config.php):

$CFG->loginredir = "{$CFG->wwwroot}/plus/some/different/path";
$CFG->logoutredir = "Any URL you want";

Create the folder auth/loginlogoutredir below your moodle directory. Either checkout this repository or copy the files from the released files.

  • Enable Plugin via Site Administration --> Plugins --> Authentication --> Manage Authentication
  • Enable "Login/Logout user redirection".

Afterwards the redirect on login and logout will happen.

About

Login/Logout Static Redirection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages