@extends('layouts/layoutMaster') @section('title', 'UAC — Default Roles') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

User Access Control

Manage default roles, custom roles, and system module access.

@include('uac._nav', ['activePage' => 'default-roles'])
How role assignment works

When a user logs in, the system evaluates rules from highest rank to lowest. The first rule whose organisational filters (entity, branch, department, etc.) match the user assigns them that role. A rule marked Default is the fallback when no other rule matches. Filters set to Ignore are skipped; All matches everyone; Specific matches only selected values.

Role Assignment Rules
Every internal role appears automatically. Click a role to configure its organisational filters.
Mode Role Rank Filters HOD Default Status
@endsection