Logout Redirect

Configurable redirect after logging out

Installation #

To install Logout Redirect, follow these steps:

  1. Download & unzip the file and place the logoutredirect directory into your craft/plugins directory
  2. Install plugin in the Craft Control Panel under Settings > Plugins
  3. The plugin folder should be named logoutredirect for Craft to see it.

Logout Redirect works on Craft 2.4.x and Craft 2.5.x.

Configuring Logout Redirect #

<?php
// To redirect all users after logout - this will override the two other config options
'redirectAfterLogout' => '/goodbye',

// To redirect CP users after logout
'redirectAfterCpLogout'   => '/cp-goodbye',

// To redirect site users after logout
'redirectAfterSiteLogout' => '/goodbye',

Releases

1.0.0 — 2017-06-08 Download
  • Added: Initial release

Currently available for Craft consulting and custom plugin development

Contact me