if (ttUserHelper::setPassword($user->id, $cl_password1)) {
header('Location: admin_teams.php');
exit();
} else
$errors->add($i18n->getKey('error.db'));
}
if (ttUserHelper::setPassword($user->id, $cl_password1)) {
header('Location: admin_teams.php');
exit();
} else
$errors->add($i18n->getKey('error.db'));
}