透過強大的角色與權限系統,管理員能有效掌控員工的存取層級與平台整體安全性。角色可被指派至員工,而每個角色擁有高度可自訂的細部權限。
With the powerful roles and permissions system, administrators can precisely control staff access levels and overall platform security. Roles can be assigned to staff, and each role includes fully customizable permissions.
角色分配:指派員工職務以簡化存取控制(例如:Super Admin、Finance Manager、Support Lead、KYC Officer)。
Role Assignment: Assign staff roles to streamline access control (e.g., Super Admin, Finance Manager, Support Lead, KYC Officer).
授權:每個角色的權限可自訂,包括儀表板統計、使用者管理、商家設定、財務模組等功能的啟用或停用。
Authorization: Each role has customizable permissions such as dashboard statistics, user management, merchant settings, financial modules, and more.
受保護角色:核心角色如 Super Admin 受到系統保護,不可刪除。
Protected Roles: Core roles such as Super Admin are protected and cannot be deleted.
角色行動:角色可被編輯或移除(受保護角色除外)。員工只能依照其角色所授權的權限進入對應區域並執行操作。
Role Actions: Roles can be edited or deleted (except protected roles). Staff members can only access areas and perform actions permitted by their assigned role.

新增角色:點擊「新增」建立新角色,指定名稱、描述,並依模組或類別指派權限。
Add Role: Click “Add New” to create a new role, specify its name and description, and assign permissions by module/category.
編輯角色:使用「管理」按鈕更新權限、描述,或重新調整該角色可使用的模組。
Edit Role: Use the “Manage” button to update permissions, descriptions, or reassign modules for an existing role.
刪除角色:可刪除非受保護的角色。
Delete Role: Non-protected roles can be removed if no longer required.
# Example: Creating a Finance Manager Role with Permissions
{
"role": "Finance Manager",
"permissions": {
"dashboard_stats": true,
"transactions_chart": false,
"wallet_balance": true,
"user_management": false,
"merchant_management": true,
"kyc_review": false,
"deposit_withdrawal": true
}
}
🔑 從側邊欄→角色與權限 存取此模組,以安全管理員工權限並維持平台最低權限原則。
🔑 Access this module via Sidebar → Roles & Permissions to securely manage staff privileges and enforce least-privilege access.