userTabP.addTab(translate(NLS_EDIT_UPROP), propertiesCtr.getInitialComponent());
}
Boolean canPolicies = (Boolean) configuration.get(BaseSecurityModule.CONFIG_USERMANAGER_ACCESS_TO_POLICIES);
if (canPolicies.booleanValue() || isOlatAdmin) {
policiesCtr = new PolicyController(ureq, getWindowControl(), identity);
userTabP.addTab(translate(NLS_EDIT_UPOLICIES), policiesCtr.getInitialComponent());
}
Boolean canStartGroups = (Boolean) configuration.get(BaseSecurityModule.CONFIG_USERMANAGER_CAN_START_GROUPS);
grpCtr = new GroupOverviewController(ureq, getWindowControl(), identity, canStartGroups);