lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
130 stars 50 forks source link

Prevent unauthorized user privileges #419

Closed dgvirtual closed 7 months ago

dgvirtual commented 7 months ago

It should not be possible for an admin (without users.manage-admins permission) to manage other admins or superadmins (change their permissions, groups, etc.). This PR implements those safeguards at controller level and also at view level (so the unprivileged user is not given an incorrect impression of what he can do). The admin can still edit groups and permissions provided the ones he cannot manage have been set previously.