} else {
Map configuration = BaseSecurityModule.getConfiguration();
Boolean canCreatePwdByConfig = (Boolean) configuration.get(BaseSecurityModule.CONFIG_USERMANAGER_CAN_CREATE_PWD);
canCreateOLATPassword = canCreatePwdByConfig.booleanValue();
}
contentCtr = new UserImportController(ureq, getWindowControl(), canCreateOLATPassword);
listenTo(contentCtr);
return contentCtr.getInitialComponent();
}
else if (uobject.equals("admingroup")) {
activatePaneInDetailView = "";