Actions
Feature proposal #6252
closedImplement taking over Joomlas login POST
Description
Currently we redirect from Joomla login POST to CBs login page when using URL Parsing in the CB system plugin, but it's not processing the data. If it did it wouldn't matter what module you used as it'd just submit to CBs login page and still work.
Updated by krileon about 8 years ago
This may not be doable without supporting login via GET.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1141
The way it works is if a POST is present when redirecting Joomlas login page to CBs it'll change the request variables and load in CB instead, which will then parse the POST data for login.
Actions