throw new RestartResponseException(ConsoleNotificationIndexPage.class);
}
user.setNotificationHash(userService.getHash(user, user.getUserName()));
add(new ConfirmRegistrationHtmlNotificationPanel("htmlPanel", Model.of(user)));
user.setNotificationHash(null);
}