Actions
Feature proposal #7562
closedImplement logout redirect parameter for logout menu item
Description
The logout menu item just directly logs the user out. It will not have the &return value sent by the CB Login Module. This means it's not possible to specify a logout redirect for direct menu logouts. Implement a parameter to supply the logout redirect so this can be made possible.
https://www.joomlapolis.com/forum/146-general/240991-logout-redirection#312411
Updated by krileon about 5 years ago
Probably better to just load the first available login module like the login page does and use its logout redirect URL.
Updated by krileon about 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1500
Logout menu items will now check for the first available login module, just like the login page, and look for a logout redirect parameter value to determine where to return the user to.
Actions