fix: isActive (#7)
Cadoles/nineskeletor/pipeline/head Something is wrong with the build of this commit Details

Co-authored-by: Arnaud Fornerot <afornerot@cadoles.com>
Reviewed-on: #7
This commit is contained in:
afornerot 2022-10-24 13:48:45 +02:00
parent 928109fdf5
commit 19fa75e2eb
1 changed files with 0 additions and 3 deletions

View File

@ -135,9 +135,6 @@ class SecurityController extends AbstractController
$user = $this->submituser($username, $firstname, $lastname, $email, $avatar, $niveau01, $em);
$user = $em->getRepository('App\Entity\Group')->calculateSSOGroup($user, $attributes);
} elseif ($this->getParameter('casAutoupdate')) {
if (!$user->Isactive()) {
return $this->redirect($this->generateUrl('app_noperm'));
}
$this->submitSSONiveau01($attributes, $em);
$this->submitSSOGroup($attributes, $em);
$this->updateuser($user, $firstname, $lastname, $email, $avatar, $em);