Installation #
To install Logout Redirect, follow these steps:
- Download & unzip the file and place the
logoutredirect
directory into yourcraft/plugins
directory - Install plugin in the Craft Control Panel under Settings > Plugins
- 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
- Added: Initial release
Currently available for Craft consulting and custom plugin development
Contact me