Actions
Feature proposal #9167
closedLogin / Logout: implement optional redirect
Description
Currently this requires a redirect after the login, but this prevents custom output behavior. Implement support for ignoring the redirect behavior.
https://www.joomlapolis.com/forum/developer-members-support/245815-cb-ajax-login
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Setting redirect to "none" now disables the redirect. In addition to this the logged in user is set into the action data (e.g. [data1_username]).
Updated by krileon over 1 year ago
At some point this redirection should be removed and migrated to Output behavior.
Actions