Actions
Bug #2114
closedBackend: Super-Admins can not edit themselves
Description
When attempting to edit ones self in backend the super admin is presented with a permissions error. Appears present in all releases. Seams something regarding J1.5 ACL was adjusted? All adjustments should've been J1.6 specific.
Files
Updated by krileon almost 14 years ago
Reviewing source appears the function mapGroupNamesToValues was added which altered get_users_permission the function responsible for checking the permissions levels.
Updated by krileon almost 14 years ago
- File 2114.patch added
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by krileon almost 14 years ago
- Subject changed from super admins can edit their selves in backend to super admins can not edit their selves in backend
Actions
#5
Updated by krileon almost 14 years ago
- File 2114_cb.acl.patch 2114_cb.acl.patch added
- File 2114_cb.tables.patch 2114_cb.tables.patch added
- File 2114_cb.core.patch 2114_cb.core.patch added
- File 2114_controller.user.patch 2114_controller.user.patch added
- File 2114_controller.default.patch 2114_controller.default.patch added
- Subject changed from super admins can not edit their selves in backend to mapGroupNamesToValues non-functional in various locations
Patch is multi-part to fix all locations of mapGroupNamesToValues usage.
Updated by beat almost 14 years ago
- Target version changed from CB 1.3 to CB 1.3.1
Updated by beat almost 14 years ago
There was only one bug:
cb_acl.php line 521: should have had capitals:
$cms_admins = $this->mapGroupNamesToValues( array( 'Administrator', 'Superadministrator' ) );
Updated by beat almost 14 years ago
- Subject changed from mapGroupNamesToValues non-functional in various locations to Backend: Super-Admins can not edit themselves
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
mapGroupNamesToValues non-functional in various locations : not true, only in one location.
Fixed a outlined in comment #7 above in r1326 .
Thanks for the analysis, Kyle.
Actions