Actions
Bug #3257
closedSuper user can't demote an administrator
Description
When a user user attempts to change an Administrator to Registered it's denied due to below access check.
"You cannot change the Group of another Administrator as you are not a Super Administrator for your site"
This is due to cb.tables.php checks in saveSafely.
Files
Updated by krileon almost 13 years ago
- File 3257.patch 3257.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Updated by beat almost 13 years ago
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
r1742 applies change of proposed patch (Thank you Kyle) and also fix the is (non-Super) Administrator logics and add a few new security checks to be in line with Joomla 2.5 checks.
Actions