providerSet.remove(authProvider); // remove active authProvider from list of alternate authProviders
contentBorn.contextPut("providerSet", providerSet);
contentBorn.contextPut("locale", ureq.getLocale());
// prepare info message
InfoMessageManager mrg = (InfoMessageManager)CoreSpringFactory.getBean(InfoMessageManager.class);
String infomsg = mrg.getInfoMessage();
if (infomsg != null && infomsg.length() > 0)
contentBorn.contextPut("infomsg", infomsg);
String infomsgNode = mrg.getInfoMessageNodeOnly();
if (infomsgNode != null && infomsgNode.length() > 0)
contentBorn.contextPut("infomsgNode", infomsgNode);
return contentBorn;
}