Skip to content

biblibre/omeka-s-module-RedirectAfterLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redirect After Login

This Omeka S module adds support for a redirect_url query parameter to /login route. It allows to change where users are redirected after a successful login. redirect_url must start with / (absolute URLs are forbidden for security reasons).

Already logged in users that hit the /login page with a redirect_url query parameter set are automatically redirected to the value of redirect_url parameter without seeing the login form.

Usage

In your theme, you can use:

<?php echo $this->hyperlink('Login', $this->url('login', [], ['query' => ['redirect_url' => '/s/site1']])); ?>

License

GPL 3.0 or later