Actions
Bug #2971
closedJ2.5: Plugin access checking for usergroup and not accesslevel
Description
When setting a plugin to "Registered" for example it is ignored because the check in loadPluginGroup of plugin.class.php is looking for usergroup and not accesslevel.
https://www.joomlapolis.com/forum/153-professional-member-support/181879-plugin-access-error
Accesslevel should be depreciated and this converted to usergroup usage.
Files
Updated by krileon almost 13 years ago
- File 2971.patch 2971.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Instead of depreciating accesslevels for now, just updated the loadplugin function to get the users accesslevels. It's also updated to handle a user having multiple accesslevels.
Updated by beat almost 13 years ago
- This patch fixes Joomla 2.5 Access levels only partially.
- Also it bugs when you have custom access levels missing in the list as the array is indexed.
Fixed completely differently in r1660 .
Updated by beat almost 13 years ago
- Status changed from Resolved to Closed
- Target version set to CB 1.8
- Estimated time set to 2:00 h
Updated by beat almost 13 years ago
- Subject changed from Plugin access checking for usergroup and not accesslevel to J2.5: Plugin access checking for usergroup and not accesslevel
Actions