feat(admin): 增加玩家密码管理与角色边界
This commit is contained in:
@@ -45,6 +45,7 @@ return [
|
||||
'agent_account_managed_in_agents' => 'Agent accounts must be managed in Agent Operations, not in the platform accounts page.',
|
||||
'agent_role_managed_in_agents' => 'Agent roles must be managed in Agent Operations, not in the platform roles page.',
|
||||
'system_roles_only' => 'Platform accounts can only be assigned platform roles.',
|
||||
'agent_role_not_assignable_to_platform_account' => 'The Agent role cannot be assigned to a platform account. Create or bind agent accounts in Agent Management.',
|
||||
'user_cannot_delete_self' => 'Cannot delete your own account.',
|
||||
'user_cannot_delete_last_super_admin' => 'Cannot delete the last super admin.',
|
||||
'super_admin_only_for_roles' => 'Only super admins can manage roles.',
|
||||
|
||||
@@ -168,4 +168,6 @@ return [
|
||||
'supports_multi_number' => 'supports multi-number',
|
||||
'reserved_rule_json' => 'reserved rules',
|
||||
'extra_config_json' => 'extra config',
|
||||
'current_password' => 'current password',
|
||||
'password_confirmation' => 'password confirmation',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,9 @@ return [
|
||||
'agent_profile_required' => 'Configure share rate and credit on the agent profile first.',
|
||||
'parent_profile_required' => 'Configure share rate and credit on the parent agent profile first.',
|
||||
'wallet_player_prohibited' => 'Wallet players cannot have credit limits or rebate settings.',
|
||||
'current_password_invalid' => 'The current password is incorrect.',
|
||||
'new_password_must_differ' => 'The new password must differ from the current password.',
|
||||
'native_password_unavailable' => 'Main-site SSO players do not use a lottery password.',
|
||||
'exceeds_unpaid' => 'Payment amount cannot exceed the unpaid balance on this bill.',
|
||||
'invalid_range' => 'Share rate must be between 0 and 100.',
|
||||
'below_allocated' => 'Credit limit cannot be lower than credit already allocated to sub-agents.',
|
||||
|
||||
Reference in New Issue
Block a user