Jump to content

Referer Redirect After Login 1.0.1

   (2 reviews)

This plugin enables IPS to redirect the user to a URL specified by referer= after login.   It's designed to be used in conjunction with non-oauth SSO bridges now that IPS Connect has been deprecated.  

For more information or help using this plugin, please join the discussion at http://www.corbe.net/forum/3-ips-referer-redirect/

 

 

qThU8lo.png

Support us on Patreon today!


What's New in Version 1.0.1   See changelog

Released

Change Log:

  • 4.3.5 adds some new boiler plate for plugins.   This is an under-the-hood change that insures this plugin continues to work with the upcoming 4.3.5 release.

User Feedback

You may only provide a review once you have downloaded the file.


balazsp

  

It works, but need to change the $_GET[referer] to $_POST[referer] and use NOT base64 encoded url values

<?
$ref=(string) \IPS\Request::i()->url();
?>

and


print ' <form accept-charset="utf-8" method="post" action=*****/forum/login/" data-controller="core.global.core.login">
 <input type="hidden" name="referer" value="'.$ref.'">';

Link to review
jesuralem

  

It just installed it on my community and it just does not work on 4.3.6.

So disapointed i really hoped...

Link to review
×
×
  • Create New...