From 895a23df119d2cb6c7110752af6f81ccd1e5f1bb Mon Sep 17 00:00:00 2001 From: Spp Date: Fri, 27 Sep 2013 13:25:48 +0200 Subject: Core/RBAC: Add default groups to accounts based on their security level. - Removed config option RBAC.DefaultGroups Use the table rbac_security_level_groups to configure the groups to be added to the account at load time. Note: Those groups are only used at run time, never saved to DB --- src/server/worldserver/worldserver.conf.dist | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 62008a3eb38..23db3330943 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1130,14 +1130,6 @@ DBC.EnforceItemAttributes = 1 AccountInstancesPerHour = 5 -# -# RBAC.DefaultGroups -# Description: Comma separated list of groups to be added to any account -# Check auth.rbac_groups for correct ids -# Default: "" (No group) - -RBAC.DefaultGroups = "" - # # Account.PasswordChangeSecurity # Description: Controls how secure the password changes are. -- cgit v1.2.3