userTabP.addTab(translate(NLS_EDIT_UAUTH), authenticationsCtr.getInitialComponent());
}
Boolean canProp = (Boolean) configuration.get(BaseSecurityModule.CONFIG_USERMANAGER_ACCESS_TO_PROP);
if (canProp.booleanValue() || isOlatAdmin) {
propertiesCtr = new UserPropertiesController(ureq, getWindowControl(), identity);
this.listenTo(propertiesCtr);
userTabP.addTab(translate(NLS_EDIT_UPROP), propertiesCtr.getInitialComponent());
}
Boolean canPolicies = (Boolean) configuration.get(BaseSecurityModule.CONFIG_USERMANAGER_ACCESS_TO_POLICIES);