pwdav = new WebDAVPasswordController(ureq, getWindowControl());
userConfig.addTab(translator.translate("tab.pwdav"), pwdav.getInitialComponent());
}
if(InstantMessagingModule.isEnabled()){
cimsc = new ChangeIMSettingsController(ureq, getWindowControl(), (Identity)DBFactory.getInstance().loadObject(ureq.getIdentity()));
userConfig.addTab(translator.translate("tab.im"), cimsc.getInitialComponent());
}
// Show read only display of disclaimer so user sees what he accepted
disclaimerCtr = new DisclaimerController(ureq, getWindowControl(), true);