Refactor user permission handling to utilize hierarchy levels across user credential retrieval and role management. Update permission checks in user_roles.php and enhance session management in index.php for improved security and consistency.
This commit is contained in:
@@ -1726,6 +1726,7 @@ function getProfile($profile, $permission){
|
||||
$always_allowed = [
|
||||
'com_log' => 'CRU',
|
||||
'application' => 'CRU',
|
||||
'user_roles' => 'R',
|
||||
'user_role_assignments' => 'R',
|
||||
'user_permissions' => 'R',
|
||||
'products_software' => 'R',
|
||||
|
||||
Reference in New Issue
Block a user