+ "because too much time passed between registration and activation, or there is an error in link"
+ ", might be possible the user searches for vulnerabilities in the forum.", uuid);
throw new NotFoundException();
} else if (!user.isEnabled()) {
Group group = groupDao.getGroupByName(AdministrationGroup.USER.getName());
user.addGroup(group);
user.setEnabled(true);
this.getDao().saveOrUpdate(user);
LOGGER.info("User [{}] successfully activated", user.getUsername());
} else {
LOGGER.info("User [{}] tried to activate his account again, but that's impossible. Either he clicked the " +