if (source == startLink){
// use fallback translator for user property translation
setTranslator(UserManager.getInstance().getPropertyHandlerTranslator(getTranslator()));
userPropertyHandlers = UserManager.getInstance().getUserPropertyHandlersFor(usageIdentifyer, true);
Step start = new ImportStep00(ureq, canCreateOLATPassword);
// callback executed in case wizard is finished.
StepRunnerCallback finish = new StepRunnerCallback() {
public Step execute(UserRequest ureq1, WindowControl wControl1, StepsRunContext runContext) {
// all information to do now is within the runContext saved
boolean hasChanges = false;