Actions
Bug #2514
closedJ1.6: login module parameters not affecting login page
Description
The parameters configured within CB Login module have no affect on the login page. This is because the parameters are json encoded before storage and not plain text string as previous releases of Joomla.
Files
Updated by krileon over 13 years ago
- File 2514.patch 2514.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Updated by beat over 13 years ago
- Status changed from Resolved to Assigned
Patch is not correct as it won't be translating spaces correctly to spaces but to + and so on, with wrong use of http_build_query().
Correct fix is to also support json format in cbparamsBase constructor.
Updated by beat over 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 50 to 100
r1494 Implemented JSON decoding for joomla 1.6 (which requires PHP 5.2) in cbParams, avoiding to do any workarounds like proposed, and makes cbParams use wider.
Actions